add spiderfoot persistence

This commit is contained in:
Marco Ochse
2017-05-25 21:59:26 +00:00
parent 2bbafbc791
commit 5d8ad0a623
5 changed files with 18 additions and 1 deletions

View File

@ -226,6 +226,8 @@ services:
ports:
- "127.0.0.1:64303:8080"
image: "dtagdevsec/spiderfoot:1706"
volumes:
- /data/spiderfoot/spiderfoot.db:/home/spiderfoot/spiderfoot.db
# Ui-for-docker service
ui-for-docker:

View File

@ -140,6 +140,8 @@ services:
ports:
- "127.0.0.1:64303:8080"
image: "dtagdevsec/spiderfoot:1706"
volumes:
- /data/spiderfoot/spiderfoot.db:/home/spiderfoot/spiderfoot.db
# Ui-for-docker service
ui-for-docker:

View File

@ -195,6 +195,8 @@ services:
ports:
- "127.0.0.1:64303:8080"
image: "dtagdevsec/spiderfoot:1706"
volumes:
- /data/spiderfoot/spiderfoot.db:/home/spiderfoot/spiderfoot.db
# Ui-for-docker service
ui-for-docker: