Skip to content

Commit

Permalink
Modifico compose para paridad con ambiente productivo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslavandeira committed Jun 18, 2018
1 parent 20356ed commit 0e7d1e5
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 @@ -9,7 +9,7 @@ services:
- "http.host=0.0.0.0"
- "transport.host=127.0.0.1"
postgres:
image: postgres:9.6.5
image: postgres:9.5.12
ports:
- "5432:5432"
redis:
Expand Down

0 comments on commit 0e7d1e5

Please sign in to comment.