Created
March 30, 2019 16:17
-
-
Save arifulhb/bceed40d90d417677f90fe4b32e3c397 to your computer and use it in GitHub Desktop.
Volumes in docker-composer.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql: | |
volumes: | |
- ./data/mysql:/var/lib/mysql | |
redis: | |
volumes: | |
- ./data/redis:/data/redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment