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 93862df commit 028d6b4Copy full SHA for 028d6b4
docker-compose.yml
@@ -19,7 +19,7 @@ services:
19
- laravel
20
21
mysql:
22
- image: mysql:5.7.22
+ image: mysql:5.7.29
23
container_name: mysql
24
restart: unless-stopped
25
tty: true
@@ -78,4 +78,4 @@ services:
78
working_dir: /var/www/html
79
entrypoint: ['/var/www/html/artisan']
80
networks:
81
- - laravel
+ - laravel
0 commit comments