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",