Update mysql Docker tag to v8.4
This commit is contained in:
parent
44449ef625
commit
356f7d98a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8.0
|
image: mysql:8.4
|
||||||
container_name: lcc-mysql-local
|
container_name: lcc-mysql-local
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
|
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue