volumes: regsync-data: driver: local services: regsync: command: -c /home/appuser/regsync.yml server env_file: - stack.env image: ${DOCKER_REGISTRY:-}ghcr.io/regclient/regsync:latest labels: wud.watch: true wud.watch.digest: true network_mode: host restart: ${RESTART:-unless-stopped} stdin_open: true volumes: - regsync-data:/home/appuser/ - /etc/localtime:/etc/localtime