Created
June 28, 2019 14:31
-
-
Save zackola/59d171ae90901a498b31a13b660e7793 to your computer and use it in GitHub Desktop.
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
| # Used automatically by docker-sync | |
| version: '3.5' | |
| services: | |
| se: | |
| volumes: | |
| - se-sync:/app:nocopy | |
| - root-data:/root | |
| webpack: | |
| volumes: | |
| - se-sync:/app:nocopy | |
| volumes: | |
| se-sync: { external: true } | |
| root-data: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment