Merge pull request #3251 from robbie-thompson/master

Fixes #3249 - Expose Vite port in docker-compose.yml
This commit is contained in:
Shao Yu-Lung (Allen) 2022-11-08 14:55:51 +08:00 committed by GitHub
commit 2283eaa780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ WORKSPACE_INSTALL_MEMCACHED=true
WORKSPACE_INSTALL_EVENT=false
WORKSPACE_INSTALL_DNSUTILS=true
WORKSPACE_XDEBUG_PORT=9003
WORKSPACE_VITE_PORT=5173
### PHP_FPM ###############################################

View File

@ -192,6 +192,7 @@ services:
- "${WORKSPACE_VUE_CLI_SERVE_HOST_PORT}:8080"
- "${WORKSPACE_VUE_CLI_UI_HOST_PORT}:8000"
- "${WORKSPACE_ANGULAR_CLI_SERVE_HOST_PORT}:4200"
- "${WORKSPACE_VITE_PORT}:5173"
tty: true
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}