fix: update documentation to replace Traefik with Docker Compose

- Changed the link and description in the core documentation to focus on Docker Compose instead of Traefik.
- Updated the content to provide guidance on using Docker Compose with Dokploy.
This commit is contained in:
Mauricio Siu
2025-12-09 14:01:43 -06:00
parent 1c53123bd1
commit 7ab0dc1e54

View File

@@ -47,8 +47,8 @@ Please go to get started.
description="Learn how to deploy databases."
/>
<Card
href="/docs/core/traefik/overview"
title="Traefik"
description="Learn how to deploy Traefik."
href="/docs/core/docker-compose"
title="Docker Compose"
description="Learn how to use Docker Compose with Dokploy."
/>
</Cards>