Setup: Upgrade traefik image version from v3.4 to v3.5

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-07-24 15:17:17 +02:00
parent 468080ec6d
commit d622c4d214
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ services:
traefik:
restart: always
image: traefik:v3.1
image: traefik:v3.5
container_name: traefik
ports:
- "80:80"

View file

@ -173,7 +173,7 @@ services:
## see https://docs.photoprism.app/getting-started/proxies/traefik/
traefik:
restart: always
image: traefik:v3.4
image: traefik:v3.5
container_name: traefik
ports:
- "80:80"

View file

@ -307,7 +307,7 @@ write_files:
traefik:
restart: always
image: traefik:v3.4
image: traefik:v3.5
ports:
- "80:80"
- "443:443"