Skip to content

Commit

Permalink
Update pg (same version as GKP)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Jun 23, 2020
1 parent e8ca026 commit bb13b6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
version: '3.2'
services:
postgres:
image: "postgres:10.4"
image: "postgres:12"
ports:
- "5432:5432"
volumes:
- type: bind
source: ./volumes/postgres
target: /var/lib/postgresql/data
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
geth:
image: "matterlabs/geth:latest"
ports:
Expand Down

0 comments on commit bb13b6c

Please sign in to comment.