syncthing: pin to 1.28.1, move shared folders
This commit is contained in:
parent
9e385acc44
commit
46e7bcb874
|
@ -365,11 +365,11 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
image: lscr.io/linuxserver/syncthing:1.28.1
|
||||
container_name: syncthing
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
|
||||
- "${STORAGE_PATH}/docker-storage/syncthing:/general"
|
||||
- "${DOCKER_STORAGE_PATH}/syncthing:/shares"
|
||||
ports:
|
||||
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
|
||||
- "${SYNCTHING_EXTERNAL_PORT2}:${SYNCTHING_INTERNAL_PORT2}"
|
||||
|
|
Loading…
Reference in New Issue