1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

Merge branch 'master' of github:tiyn/wiki

This commit is contained in:
tiyn 2023-04-01 01:57:51 +02:00
commit ee6c1e6c43

View File

@ -49,7 +49,8 @@ docker pull linuxserver/syncthing
docker run --name syncthing \ docker run --name syncthing \
--restart unless-stopped \ --restart unless-stopped \
-p 8384:8384 \ -p 8384:8384 \
-p 22000:22000 \ -p 22000:22000/tcp \
-p 22000:22000/udp \
-p 21027:21027/udp \ -p 21027:21027/udp \
-v syncthing_config:/config \ -v syncthing_config:/config \
-e PUID=0 \ -e PUID=0 \