mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
mysql updated to v8
This commit is contained in:
parent
5d3b3d3c21
commit
ad1ff861c1
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ services:
|
|||
stdin_open: true
|
||||
tty: true
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
image: mysql:8
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
MYSQL_DATABASE: main
|
||||
|
|
@ -46,7 +46,7 @@ services:
|
|||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
mysql2:
|
||||
image: mysql:5.7
|
||||
image: mysql:8
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
MYSQL_DATABASE: main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue