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 f072a43 commit 64b205cCopy full SHA for 64b205c
README.md
@@ -31,6 +31,7 @@ docker run -d \
31
## Configuration
32
- `HTPASSWD` (default: `foo:$apr1$odHl5EJN$KbxMfo86Qdve2FH4owePn.`): Will be written to the .htpasswd file on launch (non-persistent)
33
- `FORWARD_PORT` (default: `80`): Port of the **source** container that should be forwarded
34
+- `FORWARD_HOST` (default: `web`): Hostname of the **source** container that should be forwarded
35
> The container does not need any volumes to be mounted! Nonetheless you will find all interesting files at `/etc/nginx/*`.
36
37
## Multiple Users
0 commit comments