Syncthing update
This commit is contained in:
parent
066bfa17f5
commit
5578b95414
|
@ -18,6 +18,7 @@ services:
|
||||||
- "traefik.http.routers.syncthing.tls=true"
|
- "traefik.http.routers.syncthing.tls=true"
|
||||||
- "traefik.http.routers.syncthing.tls.certresolver=http"
|
- "traefik.http.routers.syncthing.tls.certresolver=http"
|
||||||
- "traefik.http.routers.syncthing.middlewares=authelia@docker"
|
- "traefik.http.routers.syncthing.middlewares=authelia@docker"
|
||||||
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
ports:
|
ports:
|
||||||
- 22000:22000/tcp # TCP file transfers
|
- 22000:22000/tcp # TCP file transfers
|
||||||
- 22000:22000/udp # QUIC file transfers
|
- 22000:22000/udp # QUIC file transfers
|
||||||
|
|
Loading…
Reference in New Issue