chore(authelia): revert authelia default ports change
This commit is contained in:
@@ -810,7 +810,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10058
|
||||
default: 9091
|
||||
editable: true
|
||||
required: true
|
||||
- variable: advanced
|
||||
|
||||
@@ -12,7 +12,7 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10058
|
||||
port: 9091
|
||||
targetPort: 9091
|
||||
|
||||
persistence:
|
||||
|
||||
Reference in New Issue
Block a user