sysfiles/opt/syncthing/docker-compose.yml##hostnam...

18 lines
293 B
Plaintext
Raw Normal View History

2022-12-07 21:39:45 +01:00
version: "3.0"
2022-12-03 00:27:52 +01:00
services:
syncthing:
2024-02-03 17:35:56 +01:00
image: syncthing/syncthing:1.27.2
2022-12-03 00:27:52 +01:00
restart: unless-stopped
environment:
2022-12-07 21:39:45 +01:00
PUID: 1000
PGID: 1000
STGUIADDRESS: ""
hostname: gergesa
network_mode: host
2022-12-03 00:27:52 +01:00
volumes:
- syncthing:/var/syncthing
volumes:
syncthing: