We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fa669 commit 212e470Copy full SHA for 212e470
apps/supervisor/src/env.ts
@@ -57,7 +57,7 @@ const Env = z.object({
57
RESOURCE_MONITOR_OVERRIDE_MEMORY_TOTAL_GB: z.coerce.number().optional(),
58
59
// Docker settings
60
- DOCKER_API_VERSION: z.string().default("v1.41"),
+ DOCKER_API_VERSION: z.string().optional(),
61
DOCKER_PLATFORM: z.string().optional(), // e.g. linux/amd64, linux/arm64
62
DOCKER_STRIP_IMAGE_DIGEST: BoolEnv.default(true),
63
DOCKER_REGISTRY_USERNAME: z.string().optional(),
0 commit comments