From cf8e06da40bd1b7c8c2707d818fda45ebe608e8e Mon Sep 17 00:00:00 2001 From: Schpengle Date: Fri, 30 May 2025 14:08:07 +0100 Subject: [PATCH] Update README.md Hello, just correcting the links in the documentation which accompanies your excellent Youtube video. They're simply missing leading zeros '0'. --- 01. gitlab-in-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01. gitlab-in-docker/README.md b/01. gitlab-in-docker/README.md index 057719c..b2e66f6 100644 --- a/01. gitlab-in-docker/README.md +++ b/01. gitlab-in-docker/README.md @@ -83,4 +83,4 @@ docker run -p 8000:80 -v ./gitlab/config:/etc/gitlab -v ./gitlab/data:/var/opt/g All these commands seems like too much manual commands running. How we can combine all these into a single file and a single command? -Here comes docker compose. [See here](../2.%20gitlab-in-docker-compose) +Here comes docker compose. [See here](../02.%20gitlab-in-docker-compose)