From d2cdcb8a0503fa9b4cab4d0d71b83f002031954f Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:10:29 -0400 Subject: [PATCH] Syncthing Path Update (#871) * Update docker-compose.yml * Update config.json --- apps/syncthing/config.json | 2 +- apps/syncthing/docker-compose.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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