diff --git a/apps/syncthing/config.json b/apps/syncthing/config.json index 1a8b086c..4df456b6 100644 --- a/apps/syncthing/config.json +++ b/apps/syncthing/config.json @@ -5,7 +5,7 @@ "exposable": true, "port": 8090, "id": "syncthing", - "tipi_version": 5, + "tipi_version": 6, "version": "1.23", "categories": [ "data", diff --git a/apps/syncthing/docker-compose.yml b/apps/syncthing/docker-compose.yml index 30a94571..fcb2f691 100644 --- a/apps/syncthing/docker-compose.yml +++ b/apps/syncthing/docker-compose.yml @@ -11,6 +11,7 @@ services: - PGID=1000 volumes: - ${APP_DATA_DIR}/data:/var/syncthing + - ${ROOT_FOLDER_HOST}/media/data/syncthing:/media/data/syncthing ports: - ${APP_PORT}:8384 - 22000:22000/tcp # TCP file transfers