add option to disable ipv6

This commit is contained in:
Bernd Storath
2025-06-11 11:02:29 +02:00
parent 187bdc0836
commit e93342edfb
5 changed files with 69 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ ENV PORT=51821
ENV HOST=0.0.0.0
ENV INSECURE=true
ENV INIT_ENABLED=false
ENV DISABLE_IPV6=false
# Install Dependencies
COPY src/package.json src/pnpm-lock.yaml ./