SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

Docker run it is not working with python3 tag #124

Closed xueshiji closed 3 years ago

xueshiji commented 3 years ago

I run it using docker with command: "docker run -d --name py3-kms -p 8080:8080 -p 1688:1688 -e IP=0.0.0.0 -e PORT=1688 -e SQLITE=true --restart always ykmsorg/py-kms:python3". Then the container will crash and restart ,and crash and restart...

wulfftech commented 3 years ago

Try changing SQLITE=true to SQLITE=false