Skip to content

Commit 615b71e

Browse files
committed
Add port number in README
1 parent 4cd5bb8 commit 615b71e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $ docker run \
2121
-e BASIC_AUTH_PASSWORD=password \
2222
-e PROXY_PASS=https://www.google.com \
2323
-e SERVER_NAME=proxy.dtan4.net \
24+
-e PORT=80 \
2425
quay.io/dtan4/nginx-basic-auth-proxy
2526
```
2627

@@ -51,6 +52,7 @@ $ docker-compose up
5152
|Key|Description|Default|
5253
|---|---|---|
5354
|`SERVER_NAME`|Value for `server_name` directive|`example.com`|
55+
|`PORT`|Value for `listen` directive|`80`|
5456
|`WORKER_PROCESSES`|Value for `worker_processes` directive|`auto`|
5557

5658
## Author

0 commit comments

Comments
 (0)