added -d option for dual stack

This commit is contained in:
ElevenNotes
2025-02-06 15:40:41 +01:00
parent 5f3c446be5
commit f69b4b2667
2 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
ENV KMS_LOCALE=1033
ENV KMS_CLIENTCOUNT=26
ENV KMS_ACTIVATIONINTERVAL=120
ENV KMS_RENEWALINTERVAL=259200
ENV KMS_RENEWALINTERVAL=10080
ENV KMS_LOGLEVEL="INFO"
# :: multi-stage
@@ -75,6 +75,7 @@
mkdir -p ${APP_ROOT}/var; \
touch /var/log/kms.log; \
ln -sf /dev/stdout /var/log/kms.log; \
cd /usr/local/bin; \
pip3 install --no-cache-dir tzlocal --break-system-packages; \
apk del --no-network .build;

View File

@@ -12,6 +12,7 @@
-w RANDOM \
-V ${KMS_LOGLEVEL} \
-F /var/log/kms.log \
-d \
-y
fi