Try to fix loki docker timeout

doesn't really work, but better than nothing
This commit is contained in:
GHOSCHT 2024-08-18 14:46:45 +02:00
parent cc1bff80f7
commit e4ac3e8977
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -49,7 +49,11 @@ in {
log-driver = "loki";
log-opts = {
loki-url = "http://localhost:3100/loki/api/v1/push";
# loki-url = "http://host.docker.internal:3100/loki/api/v1/push";
loki-batch-size = "400";
loki-max-backoff = "800ms";
loki-retries = "2";
loki-timeout = "1s";
keep-file = "true";
};
};
}