Re #2486 - Fixing "Exception: charmap codec can t decode byte 0x81 in position 440: character maps to <undefined>" error on some platforms by specifying default charset encoding

This commit is contained in:
dgtlmoon
2024-07-22 22:09:02 +02:00
parent 3ce6096fdb
commit 3e06c1de72
+2 -1
View File
@@ -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