diff --git a/docker-compose.yml b/docker-compose.yml index 48a048e..18866ff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}" diff --git a/services/calibre-web.yml b/services/calibre-web.yml index fea3603..ef68dd2 100644 --- a/services/calibre-web.yml +++ b/services/calibre-web.yml @@ -16,5 +16,5 @@ services: - PGID=${PGID} volumes: - "${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