scripts/docker-fogcutter/syncthing/launch.sh

20 lines
434 B
Bash
Raw Normal View History

2019-08-25 15:21:50 -04:00
#!/bin/bash
# syncthing.seaturtle.pw
# proxy port 8384
docker run \
--name syncthing \
--detach \
--restart unless-stopped \
--env PUID=1000 \
--env PGID=1000 \
--env TZ=Europe/London \
--env UMASK_SET=022 \
--volume $PWD/config:/config:rw \
--volume $PWD/sync:/sync-docker:rw \
--publish 22000:22000 \
--publish 21027:21027/udp \
--network pew-net \
linuxserver/syncthing:latest