From 3e06c1de72d5da058cb2d0f4fb68e987d32b7f31 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 22 Jul 2024 22:09:02 +0200 Subject: [PATCH] Re #2486 - Fixing "Exception: charmap codec can t decode byte 0x81 in position 440: character maps to " error on some platforms by specifying default charset encoding --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2480a339..67e68409 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,8 @@ services: # Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support # - ./proxies.json:/datastore/proxies.json - # environment: + environment: + - LC_ALL=en_US.UTF-8 # Default listening port, can also be changed with the -p option # - PORT=5000