Skip to content

Commit bac1057

Browse files
committed
Update traefik Docker tag to v2.11
1 parent 793af3b commit bac1057

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33

44
traefik:
5-
image: traefik:v2.10
5+
image: traefik:v2.11
66
restart: always
77
command:
88
- '--api.insecure=true'

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33

44
traefik:
5-
image: traefik:v2.10
5+
image: traefik:v2.11
66
restart: always
77
command:
88
- '--api.insecure=true'

0 commit comments

Comments
 (0)