修复配置

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-10-18 16:28:24 +08:00
parent 3250dba9b4
commit 9a541749a9
6 changed files with 16 additions and 2 deletions
+3 -1
View File
@@ -15,6 +15,9 @@ services:
ports:
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTPS}:443
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${NGINX_UI_ROOT_PATH}/nginx:/etc/nginx
- ${NGINX_UI_ROOT_PATH}/nginx-ui:/etc/nginx-ui
@@ -30,4 +33,3 @@ services:
- NGINX_UI_SERVER_START_CMD=database
- NGINX_UI_SERVER_PAGE_SIZE=10
- NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL=7
- NGINX_UI_SERVER_SKIP_INSTALLATION=false