Skip to content

Commit

Permalink
Expose Vite port to Laravel Sail
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Jan 13, 2023
1 parent 3664b8d commit 90e047c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- 'host.docker.internal:host-gateway'
ports:
- '${APP_PORT:-80}:80'
- '${VITE_PORT:-5173}:${VITE_PORT:-5173}'
- '${HMR_PORT:-8080}:8080'
environment:
WWWUSER: '${WWWUSER}'
Expand Down

0 comments on commit 90e047c

Please sign in to comment.