Skip to content

Commit 482abab

Browse files
committed
Reformat README
1 parent 8f3ef22 commit 482abab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ Try accessing and logging in with username `foo` and password `bar`.
1919

2020
## Advanced
2121
```bash
22-
docker run -d -e HTPASSWD='foo:$apr1$odHl5EJN$KbxMfo86Qdve2FH4owePn.' -e FORWARD_PORT=1337 --link web:web -p 8080:80 --name auth beevelop/nginx-basic-auth
22+
docker run -d \
23+
-e HTPASSWD='foo:$apr1$odHl5EJN$KbxMfo86Qdve2FH4owePn.' \
24+
-e FORWARD_PORT=1337 \
25+
--link web:web -p 8080:80 \
26+
--name auth \
27+
beevelop/nginx-basic-auth
2328
```
2429
> Use single quotes to prevent unwanted interpretation of `$` signs!
2530

0 commit comments

Comments
 (0)