Compare commits
2 Commits
9678d62027
...
e231d7872c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e231d7872c
|
||
|
|
b77cddd766
|
2
syncthing/.env.example
Normal file
2
syncthing/.env.example
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
SYNCTHING_DOMAIN=domain_goes_here
|
||||||
|
SYNCTHING_HOSTNAME=hostname_goes_here # will appear on dashboard
|
||||||
@@ -12,6 +12,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "./syncthing-data:/var/syncthing"
|
- "./syncthing-data:/var/syncthing"
|
||||||
|
- "../vaultwarden/vaultwarden-data:/mnt/vaultwarden-data"
|
||||||
environment:
|
environment:
|
||||||
- "PUID=1000"
|
- "PUID=1000"
|
||||||
- "PGID=1000"
|
- "PGID=1000"
|
||||||
|
|||||||
Reference in New Issue
Block a user