force setting of close idle time to at least minimum.

This commit is contained in:
idk
2018-08-16 18:24:31 -04:00
parent 5ebba57c6e
commit c79df03cc5
9 changed files with 37 additions and 18 deletions

View File

@@ -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
```