Skip to content

Instantly share code, notes, and snippets.

@zackola
Created June 28, 2019 14:31
Show Gist options
  • Select an option

  • Save zackola/59d171ae90901a498b31a13b660e7793 to your computer and use it in GitHub Desktop.

Select an option

Save zackola/59d171ae90901a498b31a13b660e7793 to your computer and use it in GitHub Desktop.
# 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