Skip to content

Commit fc3af16

Browse files
author
Brent Cook
committed
Land rapid7#8424, change postgres docker image to alpine and add timezone
2 parents 47d2917 + d94bc37 commit fc3af16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ services:
1313
- 4444:4444
1414
volumes:
1515
- $HOME/.msf4:/home/msf/.msf4
16+
- /etc/localtime:/etc/localtime:ro
1617

1718
db:
18-
image: postgres:9.6
19+
image: postgres:9-alpine
1920
volumes:
2021
- pg_data:/var/lib/postgresql/data
2122

0 commit comments

Comments
 (0)