spiderfoot, editions tweaking

This commit is contained in:
t3chn0m4g3
2022-02-28 22:00:54 +00:00
parent c496b274f3
commit 518c56def9
11 changed files with 30 additions and 11 deletions

View File

@ -59,4 +59,4 @@ HEALTHCHECK --retries=10 CMD curl -s -XGET 'http://127.0.0.1:8080/spiderfoot/'
# Set user, workdir and start spiderfoot
USER spiderfoot:spiderfoot
WORKDIR /home/spiderfoot
CMD ["/usr/bin/python3.9", "sf.py","-l", "0.0.0.0:8080"]
CMD echo -n >> /home/spiderfoot/.spiderfoot/spiderfoot.db && exec /usr/bin/python3.9 sf.py -l 0.0.0.0:8080