Skip to content

Commit fa2e9b8

Browse files
committed
add mariadb support to docker compose
1 parent 448f1ca commit fa2e9b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ services:
3737
MYSQL_PASSWORD: vapor_password
3838
ports:
3939
- 3306:3306
40+
mariadb-10-3:
41+
image: mariadb:10.3
42+
environment:
43+
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
44+
MYSQL_DATABASE: vapor_database
45+
MYSQL_USER: vapor_username
46+
MYSQL_PASSWORD: vapor_password
47+
ports:
48+
- 3306:3306

0 commit comments

Comments
 (0)