diff --git a/extra/traefik-host-based-routing/compose_override.yml b/extra/traefik-host-based-routing/compose_override.yml index f9f3090..8daf9f9 100644 --- a/extra/traefik-host-based-routing/compose_override.yml +++ b/extra/traefik-host-based-routing/compose_override.yml @@ -4,7 +4,7 @@ # # PORTS: 80 (HTTP -> redirects to 443) | 443 (HTTPS) # CERT: Self-signed cert for *.YOURDOMAIN in ./certs/ -# ACCESS: https://jupyterhub.YOURDOMAIN/ +# ACCESS: https://jupyterhub.YOURDOMAIN/ or https://jupyterhub.localhost/ # TRUST: Import certs/_.YOURDOMAIN/cert.pem to browser # # Replace YOURDOMAIN with your actual domain (e.g., lab.stellars-tech.eu)