mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-14 07:04:52 -04:00
ordered docker folders and fixed files, removed backups
This commit is contained in:
parent
c9465674a5
commit
6ced3a04eb
15 changed files with 6 additions and 4 deletions
12
docker/docker-py3-kms/run-py3-kms.sh
Executable file
12
docker/docker-py3-kms/run-py3-kms.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue