1
0
Fork 0

syncthing: pin to 1.28.1, move shared folders

This commit is contained in:
Lukáš Kucharczyk 2024-12-12 13:26:50 +01:00
parent 9e385acc44
commit 46e7bcb874
1 changed files with 2 additions and 2 deletions

View File

@ -365,11 +365,11 @@ services:
restart: unless-stopped restart: unless-stopped
syncthing: syncthing:
image: lscr.io/linuxserver/syncthing:latest image: lscr.io/linuxserver/syncthing:1.28.1
container_name: syncthing container_name: syncthing
volumes: volumes:
- "${DOCKER_STORAGE_PATH}/syncthing:/config" - "${DOCKER_STORAGE_PATH}/syncthing:/config"
- "${STORAGE_PATH}/docker-storage/syncthing:/general" - "${DOCKER_STORAGE_PATH}/syncthing:/shares"
ports: ports:
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}" - "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
- "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}" - "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}"