Skip to content

Commit

Permalink
Fix https
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 20, 2024
1 parent 7820c9a commit ff18fc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@
- "traefik.http.services.galaxy.loadbalancer.server.scheme=https"
- "traefik.docker.network=mlflow_frontend"
traefik:
image: "traefik:v2.10"
image: "traefik:v2.11"
container_name: "traefik"
command:
#- "--log.level=DEBUG"
- "--serversTransport.insecureSkipVerify=true"
- "--api.insecure=true"
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
Expand Down

0 comments on commit ff18fc5

Please sign in to comment.