Use a static port for HTTP.
This commit is contained in:
@@ -4,7 +4,8 @@ job "authentik" {
|
|||||||
group "auth" {
|
group "auth" {
|
||||||
network {
|
network {
|
||||||
port "http" {
|
port "http" {
|
||||||
to = 9000
|
# traefik forwardAuth hardcodes this port
|
||||||
|
static = 9000
|
||||||
}
|
}
|
||||||
port "https" {
|
port "https" {
|
||||||
to = 9443
|
to = 9443
|
||||||
|
|||||||
Reference in New Issue
Block a user