Skip to content

Commit

Permalink
Specify postgres docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelachaud committed Jan 30, 2020
1 parent 72cfd08 commit f1a591a
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 @@ -6,7 +6,7 @@ services:
environment:
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=password
image: postgres
image: 'postgres:10'
volumes:
- data_db:/var/lib/postgresql/data
volumes:
Expand Down

0 comments on commit f1a591a

Please sign in to comment.