refactor: Update database service name from mariadb to mysql
This commit is contained in:
parent
b1317a0bf6
commit
e9720dc5e0
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ services:
|
|||
interval: 2s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
mariadb:
|
||||
mysql:
|
||||
image: mysql:8
|
||||
volumes:
|
||||
- mysql-data:/var/lib/mysql
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue