ordered docker folders and fixed files, removed backups

This commit is contained in:
Matteo ℱan 2019-06-05 00:12:49 +02:00
parent c9465674a5
commit 6ced3a04eb
15 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,12 @@
docker run -d --name py3-kms \
-p 8080:8080 \
-p 1688:1688 \
-e IP=0.0.0.0 \
-e PORT=1688 \
-e SQLITE=true \
-e HWID=random \
-e LOGLEVEL=INFO \
-e LOGFILE=/var/log/py3-kms.log \
-v /etc/localtime:/etc/localtime:ro \
-v /var/log:/var/log:rw \
--restart unless-stopped pykms/pykms:py3-kms