mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 23:00:15 +02:00
Bugfix: LDM_AUTH instead of LDM_PASSWORD
This commit is contained in:
@ -13,7 +13,7 @@ services:
|
||||
HTTP_RELATIVE_PATH: "/ccp-exporter"
|
||||
SITE: "${SITE_ID}"
|
||||
HTTP_SERVLET_REQUEST_SCHEME: "https"
|
||||
OPAL_ADMINISTRATOR_PASSWORD: "${LDM_PASSWORD}"
|
||||
OPAL_ADMINISTRATOR_PASSWORD: "${LDM_AUTH}"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.exporter_ccp.rule=PathPrefix(`/ccp-exporter`)"
|
||||
|
Reference in New Issue
Block a user