Skip to content

Commit

Permalink
refactor: add docker compose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 30, 2024
1 parent ce552c7 commit 662cdb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/dokploy/components/dashboard/compose/monitoring/show.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { api } from "@/utils/api";
import { Loader2 } from "lucide-react";
import { useEffect, useState } from "react";
import { toast } from "sonner";
import { DockerMonitoring } from "../../monitoring/docker/show";
import { ContainerMonitoring } from "../../monitoring/container/show";

interface Props {
appName: string;
Expand Down Expand Up @@ -118,9 +118,9 @@ export const ShowMonitoringCompose = ({
Restart
</Button>
</div>
<DockerMonitoring
<ContainerMonitoring
appName={containerAppName || ""}
appType={appType}
BASE_URL={"http://localhost:3001"}
/>
</CardContent>
</Card>
Expand Down

0 comments on commit 662cdb5

Please sign in to comment.