To use the latest stable version.
curl -o docker-compose.yml https://github.com/OWASP/crAPI/blob/main/deploy/docker/docker-compose.yml
docker-compose -f docker-compose.yml --compatibility up -d
curl.exe -o docker-compose.yml https://github.com/OWASP/crAPI/blob/main/deploy/docker/docker-compose.yml
docker-compose -f docker-compose.yml --compatibility up -d
To use the latest development version
curl -o docker-compose.yml https://github.com/OWASP/crAPI/blob/develop/deploy/docker/docker-compose.yml
VERSION=develop docker-compose -f docker-compose.yml --compatibility up -d
curl.exe -o docker-compose.yml https://github.com/OWASP/crAPI/blob/main/deploy/docker/docker-compose.yml
setx VERSION develop && docker-compose -f docker-compose.yml --compatibility up -d
Visit http://localhost:8888
Note: All emails are sent to mailhog service by default and can be checked on http://localhost:8025. You can change the smtp configuration if required however all emails with domain example.com will still go to mailhog.
Content type
Image
Digest
sha256:015c23f79…
Size
11.4 MB
Last updated
12 months ago
docker pull crapi/mailhog