Endlessh Stack: add defualt loki url
This commit is contained in:
parent
18b848145e
commit
8f8dad05c9
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ services:
|
|||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
loki-url: "${LOKI_URL}"
|
||||
loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"
|
||||
|
||||
######################################################
|
||||
# MaxMind GeoIP Updater
|
||||
|
@ -44,4 +44,4 @@ services:
|
|||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
loki-url: "${LOKI_URL}"
|
||||
loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue