17 lines
333 B
YAML
17 lines
333 B
YAML
services:
|
|
syncthing:
|
|
image: syncthing/syncthing
|
|
container_name: syncthing
|
|
hostname: kolpacksoftware
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- /srv/syncthing-data:/var/syncthing
|
|
network_mode: host
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
default:
|
|
external:
|
|
name: npm-network |