Update compose.yaml

This commit is contained in:
2026-07-01 10:50:02 +02:00
parent 644a290503
commit 49172aebc0
+1 -1
View File
@@ -93,7 +93,7 @@ services:
# ports: # ports:
# - "443:8443" # HTTPS — self-signed by default # - "443:8443" # HTTPS — self-signed by default
# - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS # - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS
environment: # environment:
# HTTPS on first boot, no cert wrangling. Set RP_TLS_HOST to your address: # HTTPS on first boot, no cert wrangling. Set RP_TLS_HOST to your address:
# RP_TLS_SELFSIGNED: "1" # RP_TLS_SELFSIGNED: "1"
# RP_TLS_HOST: "${RP_TLS_HOST:-localhost}" # RP_TLS_HOST: "${RP_TLS_HOST:-localhost}"