Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 523 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 523 Bytes

Links

Changes

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

Create users (using bcrypt with computing time 10)

$ htpasswd -B -C 10 config/users <user>

Start containers

$ docker-compose up -d

Check that things are running

$ docker-compose logs -f