1
0
mirror of https://github.com/Mowie/Mowie synced 2024-06-15 23:14:09 +00:00

Improved dev-docker-compose file

This commit is contained in:
kolaente 2017-10-04 16:40:59 +02:00
parent c8a19d3b3c
commit 2e5afd6785

View File

@ -14,6 +14,8 @@ services:
image: mariadb:latest
volumes:
- ./.db-data:/var/lib/mysql
ports:
- 127.0.0.1:3361:3306
environment:
- MYSQL_ROOT_PASSWORD=1234
- MYSQL_DATABASE=mowie