Removed double README and minimized older one

This commit is contained in:
Simon Beginn 2020-02-23 14:07:12 +01:00
parent a408a65d32
commit 5d7927a8f1
2 changed files with 2 additions and 47 deletions

View file

@ -1,15 +0,0 @@
# HowTo start the image...
```
docker run -it -d --name py3-kms \
-p 8080:8080 \
-p 1688:1688 \
-e IP=0.0.0.0 \
-e PORT=1688 \
-e HWID=RANDOM \
-e LOGLEVEL=INFO \
-e LOGSIZE=2 \
-e LOGFILE=/var/log/py3-kms.log \
-v /etc/localtime:/etc/localtime:ro \
-v /var/log:/var/log:rw \
--restart unless-stopped pykmsorg/py-kms:minimal
```