Skip to content

Commit

Permalink
fix loadbalancer port
Browse files Browse the repository at this point in the history
  • Loading branch information
lingawakad committed May 1, 2024
1 parent e1e6938 commit d58d456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/labels.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ traefik.http.routers.{{ calibre_web_identifier }}.tls={{ calibre_web_container_l
traefik.http.routers.{{ calibre_web_identifier }}.tls.certResolver={{ calibre_web_container_labels_traefik_tls_certResolver }}
{% endif %}

traefik.http.services.{{ calibre_web_identifier }}.loadbalancer.server.port=4533
traefik.http.services.{{ calibre_web_identifier }}.loadbalancer.server.port=8083
{% endif %}

{{ calibre_web_container_labels_additional_labels }}

0 comments on commit d58d456

Please sign in to comment.