From 4615d302df4eec3b6ada3ed644d57597e4556587 Mon Sep 17 00:00:00 2001 From: Tibor Date: Fri, 6 Sep 2024 09:23:05 +0200 Subject: [PATCH 1/4] Remove deprecated version field https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/ Signed-off-by: Tibor --- docs/content/recipes/nginx.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/recipes/nginx.md b/docs/content/recipes/nginx.md index 8db6e4f1f..287ef813c 100644 --- a/docs/content/recipes/nginx.md +++ b/docs/content/recipes/nginx.md @@ -166,8 +166,6 @@ Review the [requirements](../#requirements), then follow these steps. 5. Create the compose file. Paste the following YAML into a new file called `docker-compose.yml`. ```yaml - version: "3" - services: nginx: # Note : Only nginx:alpine supports bcrypt. From e41848cc974cc5a07949f4341cd0c33075d2a859 Mon Sep 17 00:00:00 2001 From: Tibor Date: Sat, 7 Sep 2024 11:46:28 +0200 Subject: [PATCH 2/4] chang docker-compose to docker compose Signed-off-by: Tibor --- docs/content/about/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/about/deploying.md b/docs/content/about/deploying.md index bfa35955c..c4ecac34b 100644 --- a/docs/content/about/deploying.md +++ b/docs/content/about/deploying.md @@ -512,7 +512,7 @@ Start your registry by issuing the following command in the directory containing the `docker-compose.yml` file: ```console -$ docker-compose up -d +$ docker compose up -d ``` ## Considerations for air-gapped registries From 49fad51775c9a1bbcbd8e94cee86b2577573311c Mon Sep 17 00:00:00 2001 From: Tibor Date: Sat, 7 Sep 2024 11:47:11 +0200 Subject: [PATCH 3/4] chang docker-compose to docker compose Signed-off-by: Tibor --- docs/content/recipes/apache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/recipes/apache.md b/docs/content/recipes/apache.md index d118c5fe4..6be65c8fa 100644 --- a/docs/content/recipes/apache.md +++ b/docs/content/recipes/apache.md @@ -192,7 +192,7 @@ EOF Now, start your stack: ```console -$ docker-compose up -d +$ docker compose up -d ``` Log in with a "push" authorized user (using `testuserpush` and `testpasswordpush`), then tag and push your first image: From 38553eaaf869744fdcd20391e50d512bff6e99c0 Mon Sep 17 00:00:00 2001 From: Tibor Date: Sat, 7 Sep 2024 11:47:59 +0200 Subject: [PATCH 4/4] chang docker-compose to docker compose Signed-off-by: Tibor --- docs/content/recipes/nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/recipes/nginx.md b/docs/content/recipes/nginx.md index 287ef813c..bd8fe86dc 100644 --- a/docs/content/recipes/nginx.md +++ b/docs/content/recipes/nginx.md @@ -191,7 +191,7 @@ Review the [requirements](../#requirements), then follow these steps. Now, start your stack: ```consonle -$ docker-compose up -d +$ docker compose up -d ``` Login with a "push" authorized user (using `testuser` and `testpassword`), then