This commit is contained in:
2025-03-06 12:58:42 +01:00
parent df07d5b59b
commit a41f810902
3 changed files with 18 additions and 0 deletions

0
regsync/.env Normal file
View File

View File

@ -0,0 +1,11 @@
name: regsync
services:
regsync:
stdin_open: true
network_mode: host
volumes:
- /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
image: ${DOCKER_REGISTRY:-}ghcr.io/regclient/regsync:latest
command: -c /home/appuser/regsync.yml server
env_file:
- stack.env