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,
|
||||
"port": 8090,
|
||||
"id": "syncthing",
|
||||
"tipi_version": 5,
|
||||
"tipi_version": 6,
|
||||
"version": "1.23",
|
||||
"categories": [
|
||||
"data",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user