Unverified Commit f31fb608 authored by Tom Moulard's avatar Tom Moulard
Browse files

README: update example to use bcrypt instead of apr1 for basic auth

parent 0aa77a65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ Configuration files are: `docker-compose.yml`, `nginx.conf`

To set the password:
```bash
echo "USERS=$USER:$(openssl passwd -apr1)" >> .env
echo "USERS=$(htpasswd -nB $USER)" >> .env
```

You can add a new set of credentials by editing the .env file like