Skip to content

Commit 6174e7f

Browse files
committed
[fix] allow IPv6
1 parent bde8202 commit 6174e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/usr/local/bin/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
cd /opt/py-kms
1212
set -- "python3" \
1313
pykms_Server.py \
14-
0.0.0.0 \
14+
:: \
1515
1688 \
1616
-l ${KMS_LOCALE} \
1717
-a ${KMS_ACTIVATIONINTERVAL} \

0 commit comments

Comments
 (0)