forked from linux/WebHosting
@@ -300,7 +300,7 @@ services:
|
||||
LOGGING_LEVEL_ROOT: INFO
|
||||
# Authentifizierung für WebUI
|
||||
WEBAPP_SECURITY_AUTH_BASIC_USERNAME: psiadmin
|
||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: ${tiacore_admin_password}
|
||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: "${tiacore_admin_password}"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
@@ -319,7 +319,7 @@ services:
|
||||
LOGGING_LEVEL_ROOT: INFO
|
||||
# Authentifizierung für WebUI
|
||||
WEBAPP_SECURITY_AUTH_BASIC_USERNAME: psiadmin
|
||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: ${tiacore_admin_password}
|
||||
WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: "${tiacore_admin_password}"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user