Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 968 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 968 Bytes

Inactive Project: I've stopped using this project in favor of running fidelius on Heroku

dock0/fidelius

Automated Build Build Status MIT Licensed

Container to run fidelius, a web app that checks for password security.

Usage

docker pull dock0/fidelius
docker run -d -p 80:80 -e "REDIS_URL=redis://user:password@host:port/db" dock0/fidelius

Make sure that REDIS_URL is accessible for the container

I'd recommend using dock0/redis, but I'll admit to being a bit biased.

License

This repo is released under the MIT License. See the bundled LICENSE file for details.