Skip to content

Commit

Permalink
Expose 8080 port for hot module replacement (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoluo authored May 2, 2022
1 parent a585789 commit 9a7348d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/docker-compose.stub
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'
- '${HMR_PORT:-8080}:8080'
environment:
WWWUSER: '${WWWUSER}'
LARAVEL_SAIL: 1
Expand Down

0 comments on commit 9a7348d

Please sign in to comment.