force setting of close idle time to at least minimum.
This commit is contained in:
7
USAGE.md
7
USAGE.md
@@ -120,7 +120,7 @@ Usage of ./bin/eephttpd:
|
||||
-rc int
|
||||
Reduce idle tunnel quantity to X (0 to 5) (default 3)
|
||||
-rt int
|
||||
Reduce tunnel quantity after X (minutes) (default 10)
|
||||
Reduce tunnel quantity after X (milliseconds) (default 600000)
|
||||
-s string
|
||||
the directory to save the keys in(default ./) (default ".")
|
||||
-sh string
|
||||
@@ -138,6 +138,9 @@ docker build --build-arg user=eephttpd --build-arg path=example/www -f Dockerfi
|
||||
|
||||
### Run in docker
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
```
|
||||
docker run -i -t -d --network si \
|
||||
--env samhost=sam-host \
|
||||
@@ -147,7 +150,7 @@ docker run -i -t -d --network si \
|
||||
--hostname eephttpd \
|
||||
--name eephttpd \
|
||||
--restart always \
|
||||
--volume eephttpd:/home/eephttpd/ \
|
||||
--volumes-from eephttpd-volume \
|
||||
eyedeekay/eephttpd
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user