mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
FIX: replicaSets default to false after updating mongo due to default
set by create schema
This commit is contained in:
parent
6a0acd9cad
commit
3cb0523681
@ -195,6 +195,7 @@ export const apiUpdateMongo = createSchema
|
||||
.extend({
|
||||
mongoId: z.string().min(1),
|
||||
dockerImage: z.string().optional(),
|
||||
replicaSets: z.boolean().optional(),
|
||||
})
|
||||
.omit({ serverId: true });
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user