mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(#210): remove restartpolicy in order to automatically restart the services in any case
This commit is contained in:
@@ -40,9 +40,6 @@ export const initializeRegistry = async (
|
||||
],
|
||||
},
|
||||
Networks: [{ Target: "dokploy-network" }],
|
||||
RestartPolicy: {
|
||||
Condition: "on-failure",
|
||||
},
|
||||
Placement: {
|
||||
Constraints: ["node.role==manager"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user