- Update repository clone URL in README

Changed the repository URL to ensure users clone from the correct source. This will prevent possible confusion and errors during the setup process.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-10 15:34:58 +02:00
commit ae2f5a78c2

View file

@ -23,7 +23,7 @@ load balancer that makes deploying microservices and integrating them with your
1. Clone the repository:
```bash
git clone https://github.com/your-repository-url/traefik-standalone.git
git clone https://git.van-hemmen.com/GuillaumeHemmen-DockerCompose-Infra/traefik-standalone.git
cd traefik-standalone
```