Added MariaDB file to docker-compose file

This commit is contained in:
David Gonzalez 2017-02-01 14:13:28 +00:00
parent a752a040c3
commit ca2570eeb9
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ services:
- '8000:8000'
volumes:
- '.:/app'
depends_on:
- mariadb
mariadb:
image: bitnami/mariadb:latest