From 9a5874858123971bd0b2da7381a9f45910e1bbf7 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 24 Oct 2024 10:00:57 +0200 Subject: [PATCH] Get LC_ALL env var back to docker compose --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e5a34e80..050e6803 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,6 +33,7 @@ services: - shlink_rabbitmq - shlink_matomo environment: + LC_ALL: C DEFAULT_DOMAIN: localhost:8000 extra_hosts: - 'host.docker.internal:host-gateway' @@ -58,6 +59,8 @@ services: - shlink_mercure_proxy - shlink_rabbitmq - shlink_matomo + environment: + LC_ALL: C extra_hosts: - 'host.docker.internal:host-gateway'