1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:14:05 +00:00

mysql updated to v8

This commit is contained in:
Chinmay Purav 2025-01-16 23:35:58 +05:30
parent 5d3b3d3c21
commit ad1ff861c1

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