Can be run with docker run 4206969/spiderfoot -p 5001:5001 spiderfoot
Or run in a stack with the following compose file
version: "3.8"
networks: dev: driver: overlay
services:
spiderfoot: image: 4206969/spiderfoot environment: - PUID=1000 - PGID=1000 - TZ=Europe/London volumes: - /path/to/directory/spiderfoot:/var/lib/spiderfoot ports: - 5001:5001
Content type
Image
Digest
sha256:ec15cfed3…
Size
71.9 MB
Last updated
over 3 years ago
docker pull 4206969/spiderfoot