diff --git a/docker-compose.traefik.yml b/docker-compose.traefik.yml index d186249d7f..791a5bf1d2 100644 --- a/docker-compose.traefik.yml +++ b/docker-compose.traefik.yml @@ -15,7 +15,7 @@ networks: services: traefik: restart: ${RESTART_POLICY:-unless-stopped} - image: traefik:2.2.1 + image: traefik:2.6.6 container_name: traefik # Do not set `api.insecure`, `api.dashboard`, `api.debug` to `true` in production. # Also do not expose database 3306/5432, as an entry point.