Убрать syncthing
Deploy cloud-pc / deploy (push) Successful in 34s

This commit is contained in:
Dmitry
2026-06-03 16:56:52 +03:00
parent 185f7a52a1
commit ce7654908c
+14
View File
@@ -0,0 +1,14 @@
services:
syncthing:
image: syncthing/syncthing:latest
container_name: syncthing
hostname: cloud-pc
environment:
PUID: "1000"
PGID: "1000"
STGUIADDRESS: 0.0.0.0:8384
volumes:
- /opt/configs/syncthing:/var/syncthing/config
- /opt/data/syncthing:/var/syncthing/data
network_mode: host
restart: unless-stopped