From 4ceaa2b1faabad936aadf75ed82d4db926f1ad80 Mon Sep 17 00:00:00 2001 From: tbreuss Date: Sat, 11 May 2024 13:39:24 +0200 Subject: [PATCH] feat: traefik v3 --- README.md | 2 +- docker-compose.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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"