This commit is contained in:
2025-03-07 00:25:57 +01:00
parent f6b7099f6b
commit 534dfcc824

View File

@ -3,6 +3,10 @@ services:
regsync: regsync:
stdin_open: true stdin_open: true
network_mode: host network_mode: host
logging:
driver: loki
options:
loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
volumes: volumes:
- /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml - /share/docker_data/regsync/regsync.yml:/home/appuser/regsync.yml
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime