Remove named volumes

This commit is contained in:
Alex Ling 2020-02-19 23:03:00 -05:00 committed by GitHub
parent f833eb4efc
commit 81440c7a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,5 @@ services:
ports:
- 9000:9000
volumes:
- library:/root/mango/library
- config:/root/.config/mango
volumes:
library:
config:
- ~/mango:/root/mango
- ~/.config/mango:/root/.config/mango