[FEAT] 重構 CI/CD 工作流並修正容器端口配置以對齊 Demo 環境
All checks were successful
Star-Cloud-Deploy-Demo / deploy-demo (push) Successful in 50s
All checks were successful
Star-Cloud-Deploy-Demo / deploy-demo (push) Successful in 50s
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
ports:
|
||||
- '${APP_PORT:-80}:80'
|
||||
- '${APP_PORT:-80}:8080'
|
||||
- '${VITE_PORT:-5173}:${VITE_PORT:-5173}'
|
||||
environment:
|
||||
WWWUSER: '${WWWUSER}'
|
||||
|
||||
Reference in New Issue
Block a user