An image based on alpine:latest
with some configuration to work with Mutagen.
services:
# [...]
synchro:
image: ajardin/synchro:latest
container_name: ${COMPOSE_PROJECT_NAME}_synchro
volumes:
- code:/var/www/html:nocopy
# [...]
8000