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

2486-charset-encoding
dgtlmoon 6 months ago
parent 3ce6096fdb
commit 3e06c1de72

@ -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

Loading…
Cancel
Save