Skip to content

Commit

Permalink
Update docker-compose postgresql verion
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Slater committed Apr 29, 2019
1 parent 0fc7be4 commit 383be37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
command: bash -c "rm -f /app/tmp/pids/*.pid && rake assets:precompile && SECRET_KEY_BASE=`rake secret` rails server -b 0.0.0.0"

db:
image: postgres:9.4
image: postgres:9.6
ports:
- "5432"
volumes:
Expand Down

0 comments on commit 383be37

Please sign in to comment.