Docker: Upgrade Traefik from 2.5 to 2.6 in examples

This commit is contained in:
Michael Mayer 2022-02-05 14:29:54 +01:00
parent a37cef8298
commit a4eb9a5436
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ services:
traefik: traefik:
restart: always restart: always
image: traefik:v2.5 image: traefik:v2.6
container_name: traefik container_name: traefik
ports: ports:
- "80:80" - "80:80"

View file

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