1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed test env

This commit is contained in:
2015-10-22 17:22:39 -04:00
parent 9d6b8bd107
commit 831fbaeccf

View File

@@ -15,7 +15,7 @@ app:
db:
extends:
file: docker-compose-common.yml
service: app
service: db
environment:
- MYSQL_ROOT_PASSWORD=password
restart: always