Update docker-compose.yml

This commit is contained in:
2025-11-30 18:31:29 +08:00
committed by GitHub
parent 39fd74099d
commit d333798cd5
+1 -1
View File
@@ -12,7 +12,7 @@ services:
networks: networks:
- 1panel-network - 1panel-network
ports: ports:
- ${PANEL_APP_PORT_HTTP}:80 - ${PANEL_APP_PORT_HTTP}:3750
env_file: env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env} - ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env} - ${ENV_FILE:-/etc/1panel/envs/default.env}