fix docker-compose mount point

This commit is contained in:
Bora M. Alper 2020-02-21 11:46:08 +00:00
parent ce8117b0a1
commit de3b8df264
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D

View File

@ -12,7 +12,7 @@ services:
image: boramalper/magneticow
volumes:
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
- ${MAGNETICOW_CONFIG}:/root/.config/magneticod
- ${MAGNETICOW_CONFIG}:/root/.config/magneticow
depends_on:
# It doesn't necessarily "depend" on magneticod, but you would probably like to start them at the same time.
- magneticod