We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3ef22 commit 482ababCopy full SHA for 482abab
README.md
@@ -19,7 +19,12 @@ Try accessing and logging in with username `foo` and password `bar`.
19
20
## Advanced
21
```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
+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
28
```
29
> Use single quotes to prevent unwanted interpretation of `$` signs!
30
0 commit comments