We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd55af7 commit c595010Copy full SHA for c595010
docker-compose.yml
@@ -3,11 +3,11 @@ version: '3'
3
services:
4
laravel.test:
5
build:
6
- context: ./vendor/laravel/sail/runtimes/8.0
+ context: ./vendor/laravel/sail/runtimes/8.1
7
dockerfile: Dockerfile
8
args:
9
WWWGROUP: '${WWWGROUP}'
10
- image: sail-8.0/app
+ image: sail-8.1/app
11
extra_hosts:
12
- 'host.docker.internal:host-gateway'
13
ports:
0 commit comments