From d87429f98d2e15046435c2d195ea95077be153d3 Mon Sep 17 00:00:00 2001 From: alexz Date: Tue, 13 Jan 2026 11:43:06 +0000 Subject: [PATCH] Fix npm environment format to array Co-Authored-By: Claude Opus 4.5 --- apps/npm/docker-compose.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/npm/docker-compose.json b/apps/npm/docker-compose.json index a5143b7..9ebd277 100644 --- a/apps/npm/docker-compose.json +++ b/apps/npm/docker-compose.json @@ -20,9 +20,9 @@ "containerPort": 81 } ], - "environment": { - "DISABLE_IPV6": "true" - }, + "environment": [ + {"key": "DISABLE_IPV6", "value": "true"} + ], "volumes": [ { "hostPath": "${APP_DATA_DIR}/data",