Skip to content

Commit

Permalink
[docs] default password in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed May 6, 2024
1 parent 22df449 commit 7f355ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ services:
- WHATSAPP_SWAGGER_PASSWORD=admin
# Username and password for WAHA Dashboard
# you can use the same username and password for both Swagger and Dashboard
- WAHA_DASHBOARD_USERNAME=dashboard
- WAHA_DASHBOARD_PASSWORD=admin
# Default - waha / waha
- WAHA_DASHBOARD_USERNAME=waha
- WAHA_DASHBOARD_PASSWORD=waha
restart: always

whatsapp-http-api-plus--mongodb:
Expand Down

0 comments on commit 7f355ff

Please sign in to comment.