17 lines
291 B
YAML
17 lines
291 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
syncthing:
|
||
|
image: syncthing/syncthing:1.22.2
|
||
|
restart: unless-stopped
|
||
|
network_mode: host
|
||
|
hostname: gergesa
|
||
|
environment:
|
||
|
- PUID=1000
|
||
|
- PGID=1000
|
||
|
- STGUIADDRESS=
|
||
|
volumes:
|
||
|
- syncthing:/var/syncthing
|
||
|
|
||
|
volumes:
|
||
|
syncthing:
|