Land #8424, change postgres docker image to alpine and add timezone

bug/bundler_fix
Brent Cook 2017-05-22 22:07:01 -04:00
commit fc3af168d4
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 2 additions and 1 deletions

View File

@ -13,9 +13,10 @@ services:
- 4444:4444
volumes:
- $HOME/.msf4:/home/msf/.msf4
- /etc/localtime:/etc/localtime:ro
db:
image: postgres:9.6
image: postgres:9-alpine
volumes:
- pg_data:/var/lib/postgresql/data