Bugfix: LDM_AUTH instead of LDM_PASSWORD

This commit is contained in:
juarez
2023-09-04 15:15:34 +02:00
parent 2b3eabe95c
commit 720783249d
3 changed files with 5 additions and 5 deletions

View File

@ -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`)"