diff --git a/README.md b/README.md index 1ea86d6..f978564 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ At the time of writing this repo includes configs for the following Docker image - [containous/whoami:v1.5](https://hub.docker.com/r/containous/whoami) - [mailhog/mailhog:v1.0](https://hub.docker.com/r/mailhog/mailhog) - [mysql:5.7](https://hub.docker.com/_/mysql) -- [traefik:v2.10](https://hub.docker.com/_/traefik) +- [traefik:v3.0](https://hub.docker.com/_/traefik) ## Links diff --git a/docker-compose.yml b/docker-compose.yml index 02f20d1..0bae817 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,8 @@ -version: '3.5' - services: reverse-proxy: container_name: traefik - image: traefik:v2.11 + image: traefik:v3.0 restart: always command: - "--api.insecure=true"