mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +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:
|
services:
|
||||||
mysql:
|
|
||||||
# platform: linux/amd64 # either one works
|
|
||||||
image: arm64v8/mysql
|
|
||||||
mysql2:
|
|
||||||
# platform: linux/amd64 # either one works
|
|
||||||
image: arm64v8/mysql
|
|
||||||
mssql:
|
mssql:
|
||||||
image: mcr.microsoft.com/azure-sql-edge
|
image: mcr.microsoft.com/azure-sql-edge
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5.7
|
image: mysql:8
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: password
|
MYSQL_ROOT_PASSWORD: password
|
||||||
MYSQL_DATABASE: main
|
MYSQL_DATABASE: main
|
||||||
|
|
@ -46,7 +46,7 @@ services:
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /var/lib/mysql
|
- /var/lib/mysql
|
||||||
mysql2:
|
mysql2:
|
||||||
image: mysql:5.7
|
image: mysql:8
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: password
|
MYSQL_ROOT_PASSWORD: password
|
||||||
MYSQL_DATABASE: main
|
MYSQL_DATABASE: main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue