Docker: Upgrade Traefik from 2.5 to 2.6 in examples
This commit is contained in:
parent
a37cef8298
commit
a4eb9a5436
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ services:
|
|||
|
||||
traefik:
|
||||
restart: always
|
||||
image: traefik:v2.5
|
||||
image: traefik:v2.6
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
|
|
|
@ -169,7 +169,7 @@ services:
|
|||
## see https://docs.photoprism.app/getting-started/proxies/traefik/
|
||||
traefik:
|
||||
restart: always
|
||||
image: traefik:v2.5
|
||||
image: traefik:v2.6
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
|
|
Loading…
Reference in a new issue