remove cabinet syncthing
parent
f76233b279
commit
ea8be3be3d
|
@ -1,16 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker run \
|
||||
--name syncthing \
|
||||
--detach \
|
||||
--restart unless-stopped \
|
||||
--env PUID=1000 \
|
||||
--env PGID=1000 \
|
||||
--env TZ=Europe/London \
|
||||
--env UMASK_SET=022 \
|
||||
--volume $HOME/.config/syncthing:/config:rw \
|
||||
--volume $HOME/sync:/sync-docker:rw \
|
||||
--publish 8384:8384 \
|
||||
--publish 22000:22000 \
|
||||
--publish 21027:21027/udp \
|
||||
linuxserver/syncthing:v1.3.0-ls20
|
Loading…
Reference in New Issue