1
0
Fork 0
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:
Samuel Štancl 2025-01-21 15:23:17 +01:00
parent 8f2cb894ce
commit 7ce7629864
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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