Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/traefik.autonomic.zone

This commit is contained in:
Luke Murphy 2020-09-17 09:38:36 +02:00
commit 9e696b8347
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
traefik:
image: "traefik:v2.2.1"
image: "traefik:2.2.11"
ports:
- "80:80"
- "443:443"

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}