Compare commits
No commits in common. "5578b95414651b0d2a2cc08f109075e059fc0658" and "f13b70aeb10ea01d3514020d2bc76ad7f6e3a6a6" have entirely different histories.
5578b95414
...
f13b70aeb1
|
@ -18,7 +18,6 @@ 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
|
||||||
|
|
|
@ -8,7 +8,6 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
command:
|
command:
|
||||||
- "--cleanup"
|
- "--cleanup"
|
||||||
- "--remove-volumes"
|
|
||||||
- "--schedule=0 0 3 * * SAT"
|
- "--schedule=0 0 3 * * SAT"
|
||||||
- "--label-enable"
|
- "--label-enable"
|
||||||
#- "--monitor-only"
|
#- "--monitor-only"
|
||||||
|
|
Loading…
Reference in New Issue