diff --git a/packages/server/src/utils/docker/utils.ts b/packages/server/src/utils/docker/utils.ts index ed1169885..66ec23824 100644 --- a/packages/server/src/utils/docker/utils.ts +++ b/packages/server/src/utils/docker/utils.ts @@ -148,7 +148,7 @@ export const getContainerByName = (name: string): Promise => { /** * Docker commands passed through this method are held during Docker's build or pull process. * - * https://github.com/dokploy/dokploy/pull/3064 + * https://github.com/Dokploy/dokploy/pull/3064 * https://github.com/fir4tozden */ export const dockerSafeExec = (exec: string) => `CHECK_INTERVAL=10 @@ -268,7 +268,7 @@ export const cleanupAll = async (serverId?: string) => { /** * This wasn't being used. If it's ready, it should be used here. * - * https://github.com/dokploy/dokploy/pull/3064 + * https://github.com/Dokploy/dokploy/pull/3064 * https://github.com/fir4tozden */ // await cleanupInactiveContainers();