We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5cb9c commit e175c62Copy full SHA for e175c62
1 file changed
docker-compose.yml
@@ -28,17 +28,6 @@ services:
28
- mysql
29
- redis
30
- mailpit
31
- ngrok:
32
- image: 'ngrok/ngrok:alpine'
33
- environment:
34
- NGROK_AUTHTOKEN: '${NGROK_AUTHTOKEN}'
35
- command: 'http laravel.test:80 --domain=${NGROK_DOMAIN}'
36
- ports:
37
- - '4040:4040'
38
- networks:
39
- - sail
40
- depends_on:
41
- - laravel.test
42
mysql:
43
image: 'mysql/mysql-server:8.0'
44
ports:
0 commit comments