Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/how-to/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down