mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Setup: Upgrade traefik image version from v3.4 to v3.5
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
468080ec6d
commit
d622c4d214
3 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ services:
|
|||
|
||||
traefik:
|
||||
restart: always
|
||||
image: traefik:v3.1
|
||||
image: traefik:v3.5
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@ write_files:
|
|||
|
||||
traefik:
|
||||
restart: always
|
||||
image: traefik:v3.4
|
||||
image: traefik:v3.5
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue