traefik config enhancement custom port

This commit is contained in:
Christian Lempa 2024-10-12 09:13:32 +02:00
parent ac93705371
commit 819193f80f

View File

@ -36,7 +36,7 @@ entryPoints:
address: :443 address: :443
# -- (Optional) Add custom Entrypoint # -- (Optional) Add custom Entrypoint
# custom: # custom:
# address: :8080 # address: :8081
# -- Configure your CertificateResolver here... # -- Configure your CertificateResolver here...
# certificatesResolvers: # certificatesResolvers: