Skip to content

Commit

Permalink
Add the bind mount for the pg service
Browse files Browse the repository at this point in the history
[refs #3fbb9ca4ee6d]
  • Loading branch information
jfahrer committed May 5, 2018
1 parent d096d23 commit 13d3f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions developing/webapp/docker-compose.yml
Expand Up @@ -16,3 +16,5 @@ services:
- POSTGRES_USER=demo
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=demo
volumes:
- ./sql/create_table.sql:/docker-entrypoint-initdb.d/create_table.sql

0 comments on commit 13d3f1a

Please sign in to comment.