Skip to content

Commit c780d03

Browse files
author
Mark Frey
committedJan 2, 2018
Use postgres image from dockerhub
1 parent 054d06b commit c780d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "2.1"
33
services:
44
postgres:
55
container_name: postgres
6-
image: postgres-alpine:9.6
6+
image: postgres:9.6-alpine
77
ports:
88
- 5432:5432
99
volumes:

0 commit comments

Comments
 (0)
Please sign in to comment.