mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 10:16:20 +01:00
♻️ Address pull request feedback
This commit is contained in:
@@ -21,7 +21,7 @@ const env = createEnv({
|
||||
process.env.VERCEL ? z.string().min(1) : z.string().url()
|
||||
),
|
||||
DOCKER_HOST: z.string().optional(),
|
||||
DOCKER_PORT: z.string().regex(/\d+/).transform(Number).optional(),
|
||||
DOCKER_PORT: portSchema,
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user