Skip to content

Instantly share code, notes, and snippets.

@klobermajer
Created March 15, 2022 10:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klobermajer/debcbc89acf9ea848eb13d4363bc51f4 to your computer and use it in GitHub Desktop.
Save klobermajer/debcbc89acf9ea848eb13d4363bc51f4 to your computer and use it in GitHub Desktop.
version: '3.5'
volumes:
code:
services:
web:
build: .
volumes:
- code:/var/www
x-mutagen:
sync:
defaults:
ignore:
vcs: true
code:
alpha: "."
beta: "volume://code"
mode: "two-way-resolved"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment