Skip to content

Commit f25c033

Browse files
authored
show section being changed inside docker-compose.yml
1 parent dcc1d0f commit f25c033

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

UPGRADE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,9 @@ node storage/ssr/ssr.js
333333
If you are using Laravel Sail, you need to add a binding in your `docker-compose.yml` file for your `VITE_PORT`.
334334

335335
```diff
336-
+ -'${VITE_PORT:-5173}:5173'
336+
ports:
337+
- '${APP_PORT:-80}:80'
338+
+ - '${VITE_PORT:-5173}:${VITE_PORT:-5173}'
337339
```
338340

339341
### Wrapping up

0 commit comments

Comments
 (0)