Switch local dev environment to PHP 8.3
This commit is contained in:
parent
5dd3f70519
commit
f15f4c0a00
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
laravel.test:
|
laravel.test:
|
||||||
build:
|
build:
|
||||||
context: ./vendor/laravel/sail/runtimes/8.2
|
context: ./vendor/laravel/sail/runtimes/8.3
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
WWWGROUP: '${WWWGROUP}'
|
WWWGROUP: '${WWWGROUP}'
|
||||||
image: sail-8.2/app
|
image: sail-8.3/app
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- 'host.docker.internal:host-gateway'
|
- 'host.docker.internal:host-gateway'
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Reference in a new issue