Skip to content

Commit

Permalink
Update dev docker compose for postres
Browse files Browse the repository at this point in the history
  • Loading branch information
acoard committed Apr 9, 2020
1 parent 880bf77 commit e91cdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- ~/dev/Project-and-time-tracker/db/:/var/lib/postgresql/data
- ~/dev/Project-and-time-tracker/BC_Timesheet_MasterData.sql:/BC_Timesheet_MasterData.sql
- ~/dev/Project-and-time-tracker/Risk_MasterData.sql:/Risk_MasterData.sql
- ~/dev/Project-and-time-tracker/RiskUpdate.sql:/RiskUpdate.sql
- ~/dev/Project-and-time-tracker/Risk_MasterData_Latest.sql:/Risk_MasterData_Latest.sql
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit e91cdf8

Please sign in to comment.