refactor: 端口调整

This commit is contained in:
tbphp
2025-07-14 14:08:05 +08:00
parent a0b1223818
commit 2fdd963613
7 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ services:
# dockerfile: Dockerfile
container_name: gpt-load
ports:
- "3000:3000"
- "${PORT:-3001}:${PORT:-3001}"
env_file:
- .env
restart: always