mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 05:14:05 +00:00
use mysql:8 in docker
This commit is contained in:
parent
8f2cb894ce
commit
7ce7629864
2 changed files with 2 additions and 8 deletions
|
|
@ -1,9 +1,3 @@
|
|||
services:
|
||||
mysql:
|
||||
# platform: linux/amd64 # either one works
|
||||
image: arm64v8/mysql
|
||||
mysql2:
|
||||
# platform: linux/amd64 # either one works
|
||||
image: arm64v8/mysql
|
||||
mssql:
|
||||
image: mcr.microsoft.com/azure-sql-edge
|
||||
|
|
|
|||
|
|
@ -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