1
0

syncthing/calibre: move to slow storage

This commit is contained in:
2025-12-30 07:44:02 +01:00
parent 78a0420b24
commit 2bd184ba90
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -442,8 +442,8 @@ services:
image: lscr.io/linuxserver/syncthing:1.28.1
container_name: syncthing
volumes:
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
- "${DOCKER_STORAGE_PATH}/syncthing/shares:/shares"
- "${DOCKER_STORAGE_PATH_SLOW}/syncthing:/config"
- "${DOCKER_STORAGE_PATH_SLOW}/syncthing/shares:/shares"
- "${STORAGE_PATH}:/storage"
ports:
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"