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

Update linuxserver_-_syncthing.md

This commit is contained in:
marten 2023-03-30 22:20:27 +02:00 committed by GitHub
parent b893c73571
commit 6a5d56f1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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