Skip to content

Instantly share code, notes, and snippets.

@arifulhb
Created March 30, 2019 16:17
Show Gist options
  • Save arifulhb/bceed40d90d417677f90fe4b32e3c397 to your computer and use it in GitHub Desktop.
Save arifulhb/bceed40d90d417677f90fe4b32e3c397 to your computer and use it in GitHub Desktop.
Volumes in docker-composer.yml
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