diff --git a/docker-compose.yml b/docker-compose.yml index 2480a3399..67e684092 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