refactor(authelia): fix publish port from hardcoded number to variable

This commit is contained in:
2026-04-14 07:43:12 +09:00
parent c51216ff9b
commit b4a0874deb
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
import crowdsec_log
route {
crowdsec
reverse_proxy host.containers.internal:9091
reverse_proxy host.containers.internal:{{ services['authelia']['ports']['http'] }}
}
}
# test.ilnmors.com {