We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054d06b commit c780d03Copy full SHA for c780d03
docker-compose.yml
@@ -3,7 +3,7 @@ version: "2.1"
3
services:
4
postgres:
5
container_name: postgres
6
- image: postgres-alpine:9.6
+ image: postgres:9.6-alpine
7
ports:
8
- 5432:5432
9
volumes:
0 commit comments