Skip to content

Commit

Permalink
Removed depends_on from deploy compose
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Bentley <[email protected]>
  • Loading branch information
mbentley committed May 9, 2016
1 parent 45ce533 commit 3fa7874
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ services:
- "DB_NAME=${DB_NAME}"
- "DB_SSL_MODE=disable"
- "INTERLOCK_DATA={\"hostname\":\"docker-${ENVIRONMENT}\",\"domain\":\"${DOMAIN_NAME}\"}"
depends_on:
- db
networks:
- docker-demo
ports:
Expand Down

0 comments on commit 3fa7874

Please sign in to comment.