1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 10:14:04 +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 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