Update syncthing docker compose file
This commit is contained in:
parent
7b9b2c076d
commit
a3f8e02aae
|
|
@ -6,7 +6,8 @@ services:
|
||||||
# Config
|
# Config
|
||||||
- $APPDATA/syncthing:/config
|
- $APPDATA/syncthing:/config
|
||||||
# Sync data
|
# Sync data
|
||||||
- $SYNCTHINGDATA:/data
|
# - $SYNCTHINGDATA:/data
|
||||||
|
- $MEDIADIR/movies:/movies
|
||||||
environment:
|
environment:
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue