I modified the official Dockerfile a bit
- Don't run as root!
- Changed some paths
I made a small git.sh
script to make the whole git thing run more smoothly.
Create users (using bcrypt with computing time 10)
$ htpasswd -B -C 10 config/users <user>
$ docker-compose up -d
Check that things are running
$ docker-compose logs -f