Przeglądaj źródła

docker-compose: Add locale env for qBittorrent

Mike Wang 2 lat temu
rodzic
commit
1bf346fa6a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      natter-docker/qbittorrent/docker-compose.yml

+ 2 - 0
natter-docker/qbittorrent/docker-compose.yml

@@ -24,6 +24,8 @@ services:
       - WEBUI_PORT=18080
       - PUID=1000
       - PGID=1000
+      - LANG=zh_CN.UTF-8
+      - LC_ALL=zh_CN.UTF-8
     network_mode: host
     image: linuxserver/qbittorrent
     restart: always