Skip to content

Commit

Permalink
Fixup for #176 (#279)
Browse files Browse the repository at this point in the history
The removal of -dbhost wasn't reflected in the docker-compose.yml file.

Thanks to @aslakknutsen for finding this.
  • Loading branch information
kwk authored Sep 27, 2016
1 parent f3a5914 commit 27bf068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ services:
- default
core:
image: almightycore/almighty-core:latest
command: -dbhost db
environment:
ALMIGHTY_POSTGRES_HOST: db
ports:
- "8080:8080"
networks:
Expand Down

0 comments on commit 27bf068

Please sign in to comment.