Update README.md

s/http/https/
pull/2/head
George Jones 2014-11-02 18:06:10 -05:00
parent 9c8396c614
commit 789fcae4e5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ docker run --name='bind' -d -p 53:53/udp -p 10000:10000 \
sameersbn/bind:latest
```
Point your browser to `http://localhost:10000` and login as root. A random password is assigned for the root user. This password can be retrieved from the container logs.
Point your browser to `https://localhost:10000` and login as root. A random password is assigned for the root user. This password can be retrieved from the container logs.
```bash
docker logs bind 2>&1 | grep '^User: ' | tail -n1