Skip to content

Commit 9c300a7

Browse files
committed
change postgres docker image to alpine
1 parent c0bf2cc commit 9c300a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- $HOME/.msf4:/home/msf/.msf4
1616

1717
db:
18-
image: postgres:9.6
18+
image: postgres:9-alpine
1919
volumes:
2020
- pg_data:/var/lib/postgresql/data
2121

0 commit comments

Comments
 (0)