From 38553eaaf869744fdcd20391e50d512bff6e99c0 Mon Sep 17 00:00:00 2001 From: Tibor Date: Sat, 7 Sep 2024 11:47:59 +0200 Subject: [PATCH] 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