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:
2023-08-02 21:17:07 +02:00
image: syncthing/syncthing:1.23.6
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: