From df66a2d4249c4675a55648d367b72d464829a973 Mon Sep 17 00:00:00 2001 From: Ever Alvarez <51029456+EverStarck@users.noreply.github.com> Date: Thu, 24 Apr 2025 12:33:17 -0600 Subject: [PATCH] fix Swagger Security command --- content/docs/how-to/security/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/how-to/security/index.md b/content/docs/how-to/security/index.md index 026ae861f..47c752130 100644 --- a/content/docs/how-to/security/index.md +++ b/content/docs/how-to/security/index.md @@ -25,7 +25,7 @@ If you want to hide the project Swagger panel under the password - run the follo login and password. ```bash -docker run -it -e WHATSAPP_SWAGGER_USERNAME=admin -eWHATSAPP_SWAGGER_PASSWORD=admin devlikeapro/waha-plus +docker run -it -e WHATSAPP_SWAGGER_USERNAME=admin -e WHATSAPP_SWAGGER_PASSWORD=admin devlikeapro/waha-plus ``` Open http://localhost:3000/ and enter `admin / admin` in the inputs: