diff --git a/compose/celery.yml b/compose/celery.yml index fd86e87..bf0599c 100644 --- a/compose/celery.yml +++ b/compose/celery.yml @@ -10,6 +10,8 @@ services: command: start task env_file: - ${CONFIG_FILE} + environment: + LC_ALL: C.UTF-8 volumes: - ${CONFIG_DIR}/certs:/opt/jumpserver/data/certs - ${VOLUME_DIR}/core/data:/opt/jumpserver/data diff --git a/config-example.txt b/config-example.txt index 37ba8d4..2392438 100644 --- a/config-example.txt +++ b/config-example.txt @@ -146,6 +146,8 @@ MAGNUS_POSTGRESQL_PORT=54320 MAGNUS_SQLSERVER_PORT=14330 MAGNUS_ORACLE_PORTS=30000-30030 +XRDP_ENABLED=0 + ################################## Other Configuration ################################ # The terminal uses the host HOSTNAME as the identifier, automatically generated during the first installation # @@ -160,4 +162,4 @@ USE_LB=1 # TZ=Asia/Shanghai TIME_ZONE=Asia/Shanghai -CURRENT_VERSION= \ No newline at end of file +CURRENT_VERSION=