1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-18 21:42:16 +00:00

Fixed prod compose file

This commit is contained in:
2015-10-22 17:29:44 -04:00
parent 831fbaeccf
commit 38f22e21b5

View File

@@ -9,6 +9,6 @@ app:
db: db:
extends: extends:
file: docker-compose-common.yml file: docker-compose-common.yml
service: app service: db
restart: always restart: always
env_file: prod.env env_file: prod.env