From d03e3e08de6b24b4a29fc02c212aff923168b406 Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Wed, 8 Jan 2025 06:31:19 -0600 Subject: [PATCH] Updated env for docker given the invarriant problems stable is having --- pages/installation/docker/dockerhub.mdx | 1 + pages/installation/docker/lsio.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/installation/docker/dockerhub.mdx b/pages/installation/docker/dockerhub.mdx index 8313e8a..49844ba 100644 --- a/pages/installation/docker/dockerhub.mdx +++ b/pages/installation/docker/dockerhub.mdx @@ -25,6 +25,7 @@ services: - /your/path/to/saved/config:/kavita/config # /kavita/config must not be changed environment: - TZ=Your/Timezone + - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true ports: - "5000:5000" restart: unless-stopped diff --git a/pages/installation/docker/lsio.mdx b/pages/installation/docker/lsio.mdx index cb0a28a..223d14b 100644 --- a/pages/installation/docker/lsio.mdx +++ b/pages/installation/docker/lsio.mdx @@ -23,6 +23,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Etc/UTC + - DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true volumes: - /path/to/kavita/config:/config - /path/to/data:/data #optional