Skip to content

Commit 028d6b4

Browse files
committed
Upgrades mysql from 5.7.22 to 5.7.29
1 parent 93862df commit 028d6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- laravel
2020

2121
mysql:
22-
image: mysql:5.7.22
22+
image: mysql:5.7.29
2323
container_name: mysql
2424
restart: unless-stopped
2525
tty: true
@@ -78,4 +78,4 @@ services:
7878
working_dir: /var/www/html
7979
entrypoint: ['/var/www/html/artisan']
8080
networks:
81-
- laravel
81+
- laravel

0 commit comments

Comments
 (0)