diff --git a/stacks/core/portainer/stack.yml b/stacks/core/portainer/stack.yml index 399eb02..ce1db32 100644 --- a/stacks/core/portainer/stack.yml +++ b/stacks/core/portainer/stack.yml @@ -17,9 +17,9 @@ services: labels: - "traefik.enable=true" - "traefik.swarm.network=homelab" - - "traefik.http.routers.portainer.rule=Host(`portainer.home.frostlabs.me`)" + - "traefik.http.routers.portainer.rule=Host(`portainer.frostlabs.me`)" - "traefik.http.routers.portainer.entrypoints=websecure" - - "traefik.http.routers.portainer.tls=true" + - "traefik.http.routers.portainer.tls.certresolver=cloudflare" - "traefik.http.routers.portainer.service=portainer" - "traefik.http.services.portainer.loadbalancer.server.port=9000"