diff --git a/wiki/docker-images/traefik.md b/wiki/docker-images/traefik.md index 69570e1..89aa777 100644 --- a/wiki/docker-images/traefik.md +++ b/wiki/docker-images/traefik.md @@ -180,10 +180,10 @@ To create a reverse proxy from a docker container add the following lines in the ```yml - "traefik.enable=true" - - "traefik.http.routers.gitea-secure.entrypoints=websecure" - - "traefik.http.routers.gitea-secure.rule=Host(`.`)" - - "traefik.http.routers.gitea-secure.service=" - - "traefik.http.services.gitea.loadbalancer.server.port=" + - "traefik.http.routers.-secure.entrypoints=websecure" + - "traefik.http.routers.-secure.rule=Host(`.`)" + - "traefik.http.routers.-secure.service=" + - "traefik.http.services..loadbalancer.server.port=" ``` This configuration automatically redirects http to https.