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 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: diff --git a/docs/content/recipes/nginx.md b/docs/content/recipes/nginx.md index 8db6e4f1f..bd8fe86dc 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. @@ -193,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