change postgres docker image to alpine

bug/bundler_fix
Christian Mehlmauer 2017-05-20 22:29:16 +02:00
parent c0bf2cc6e7
commit 9c300a7b41
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ services:
- $HOME/.msf4:/home/msf/.msf4
db:
image: postgres:9.6
image: postgres:9-alpine
volumes:
- pg_data:/var/lib/postgresql/data