This commit is contained in:
Zengtudor 2024-11-10 18:29:41 +08:00
parent 84180475d0
commit 03d2c5d11d
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
PATH=/root/great_wall/file/syncthing
SYNC_PATH=/root/great_wall/file/syncthing

View File

@ -8,8 +8,8 @@ services:
- PUID=1000
- PGID=1000
volumes:
- ${PATH}/syncthing-setting:/var/syncthing
- ${PATH}:/file
- ${SYNC_PATH}/syncthing-setting:/var/syncthing
- ${SYNC_PATH}:/file
network_mode: host
restart: unless-stopped
healthcheck: