Syncthing Path Update (#871)
* Update docker-compose.yml * Update config.json
This commit is contained in:
parent
0aba4c7917
commit
d2cdcb8a05
|
@ -5,7 +5,7 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8090,
|
"port": 8090,
|
||||||
"id": "syncthing",
|
"id": "syncthing",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "1.23",
|
"version": "1.23",
|
||||||
"categories": [
|
"categories": [
|
||||||
"data",
|
"data",
|
||||||
|
|
|
@ -11,6 +11,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/var/syncthing
|
- ${APP_DATA_DIR}/data:/var/syncthing
|
||||||
|
- ${ROOT_FOLDER_HOST}/media/data/syncthing:/media/data/syncthing
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8384
|
- ${APP_PORT}:8384
|
||||||
- 22000:22000/tcp # TCP file transfers
|
- 22000:22000/tcp # TCP file transfers
|
||||||
|
|
Loading…
Reference in New Issue
Block a user