Skip to content

Commit

Permalink
correct the db name
Browse files Browse the repository at this point in the history
  • Loading branch information
floriank committed Feb 13, 2016
1 parent 07ae4f1 commit 07146c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -4,7 +4,7 @@ db:
environment:
POSTGRES_USER: kitteh
POSTGRES_PASSWORD: kitteh
POSTGRES_DB: POSTGRES_DB
POSTGRES_DB: kitteh_prod
volumes_from:
- dbdata

Expand Down

0 comments on commit 07146c2

Please sign in to comment.