syncthing/calibre: move to slow storage
This commit is contained in:
+2
-2
@@ -442,8 +442,8 @@ services:
|
|||||||
image: lscr.io/linuxserver/syncthing:1.28.1
|
image: lscr.io/linuxserver/syncthing:1.28.1
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/syncthing:/config"
|
- "${DOCKER_STORAGE_PATH_SLOW}/syncthing:/config"
|
||||||
- "${DOCKER_STORAGE_PATH}/syncthing/shares:/shares"
|
- "${DOCKER_STORAGE_PATH_SLOW}/syncthing/shares:/shares"
|
||||||
- "${STORAGE_PATH}:/storage"
|
- "${STORAGE_PATH}:/storage"
|
||||||
ports:
|
ports:
|
||||||
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
|
- "${SYNCTHING_EXTERNAL_PORT1}:${SYNCTHING_INTERNAL_PORT1}"
|
||||||
|
|||||||
@@ -16,5 +16,5 @@ services:
|
|||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/calibre-web:/config"
|
- "${DOCKER_STORAGE_PATH}/calibre-web:/config"
|
||||||
- "${DOCKER_STORAGE_PATH}/syncthing/shares/Calibre Library:/books"
|
- "${DOCKER_STORAGE_PATH_SLOW}/syncthing/shares/Calibre Library:/books"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user