change postgres docker image to alpine
parent
c0bf2cc6e7
commit
9c300a7b41
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue