chore: bump version

This commit is contained in:
Mauricio Siu
2025-02-02 20:25:45 -06:00
parent d84a22fa72
commit 48a8c6021d
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ import { getRemoteDocker } from "../utils/servers/remote-docker";
export const setupMonitoring = async (serverId: string) => {
const server = await findServerById(serverId);
const containerName = "dokploy-monitoring";
let imageName = "dokploy/monitoring:latest";