Skip to content

Commit 60485bd

Browse files
committed
Fix loki config bug
1 parent ce30a5f commit 60485bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/logging/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ services:
142142
configs:
143143
- source: loki_config
144144
target: /etc/loki/loki.yaml
145-
command: -config.file=/etc/loki/loki.yaml
145+
command: -config.file=/etc/loki/loki.yaml -config.expand-env=true
146146
environment:
147147
- S3_BUCKET_NAME_LOKI=${S3_BUCKET_NAME_LOKI}
148148
- S3_REGION_LOKI=${S3_REGION_LOKI}

0 commit comments

Comments
 (0)