Spaces:
Configuration error
Configuration error
renovate[bot]
commited on
Commit
·
6fcf811
1
Parent(s):
3a2462a
chore(deps): update grafana/loki docker tag to v3.3.2
Browse files
compose.observability.yaml
CHANGED
|
@@ -13,7 +13,7 @@ services:
|
|
| 13 |
# - 13133:13133 # health_check extension
|
| 14 |
# NOTE: `healthcheck` can't be set up, as the container doesn't have a shell to run the healthcheck command.
|
| 15 |
loki:
|
| 16 |
-
image: grafana/loki:3.
|
| 17 |
command: ["-config.file=/etc/loki.yaml"]
|
| 18 |
volumes:
|
| 19 |
- ./configuration/loki.yaml:/etc/loki.yaml
|
|
|
|
| 13 |
# - 13133:13133 # health_check extension
|
| 14 |
# NOTE: `healthcheck` can't be set up, as the container doesn't have a shell to run the healthcheck command.
|
| 15 |
loki:
|
| 16 |
+
image: grafana/loki:3.3.2
|
| 17 |
command: ["-config.file=/etc/loki.yaml"]
|
| 18 |
volumes:
|
| 19 |
- ./configuration/loki.yaml:/etc/loki.yaml
|