From d85b6e7fe80c5692c7e4730dc4b730a06ed9969d Mon Sep 17 00:00:00 2001 From: juls0730 <62722391+juls0730@users.noreply.github.com> Date: Sat, 27 Apr 2024 02:47:56 -0500 Subject: [PATCH] fix github link on blog post --- content/blog/magic-of-docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/magic-of-docker-compose.md b/content/blog/magic-of-docker-compose.md index 2b62ad6..123c778 100644 --- a/content/blog/magic-of-docker-compose.md +++ b/content/blog/magic-of-docker-compose.md @@ -446,6 +446,6 @@ You will see that the counter ticks up exactly 10000 requests, and it will compl In summary, Docker Compose is an amazing tool for managing full-stack projects efficiently. It abstracts away many of the complexities involved in the various services and dependencies, allowing you to focus on what really matters: building great projects. Once you get the hang of using Docker Compose, you will find yourself incorporating it into many of your projects, both new and old. -If you want to dive deeper into the example project I described in this post, feel free to check out the [Github repo](https://github.com/juls07/docker-compose-vue-example) for the full source code. Experimenting with Docker Compose in your own projects will help you appreciate its power and simplicity. +If you want to dive deeper into the example project I described in this post, feel free to check out the [Github repo](https://github.com/juls0730/docker-compose-vue-example) for the full source code. Experimenting with Docker Compose in your own projects will help you appreciate its power and simplicity. Thanks for reading, and I hope this article has sparked interest in Docker Compose. Whether you’re an experienced dev, or just starting out, give Docker Compose a try, and you may find it becomes an essential part of your development workflow!