diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index e6b3942..675f909 100644 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -11,7 +11,7 @@ cd /opt/py-kms set -- "python3" \ pykms_Server.py \ - 0.0.0.0 \ + :: \ 1688 \ -l ${KMS_LOCALE} \ -a ${KMS_ACTIVATIONINTERVAL} \