From 03d2c5d11d7598107322104e302566e0fa404b04 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sun, 10 Nov 2024 18:29:41 +0800 Subject: [PATCH] update --- rxr_syncthing/.env | 2 +- rxr_syncthing/docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rxr_syncthing/.env b/rxr_syncthing/.env index c732f8c..53fe576 100644 --- a/rxr_syncthing/.env +++ b/rxr_syncthing/.env @@ -1 +1 @@ -PATH=/root/great_wall/file/syncthing \ No newline at end of file +SYNC_PATH=/root/great_wall/file/syncthing \ No newline at end of file diff --git a/rxr_syncthing/docker-compose.yml b/rxr_syncthing/docker-compose.yml index 65436a3..2507dc3 100644 --- a/rxr_syncthing/docker-compose.yml +++ b/rxr_syncthing/docker-compose.yml @@ -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: