Closed CapLuo closed 2 months ago
Hi! Could you share the the command how you start the server?
Here's recommended parameters https://waha.devlike.pro/docs/how-to/install/
docker run -d \
--restart=always \
--name waha \
-p 3000:3000/tcp \
-v ./.sessions:/app/.sessions \
-v ./.media:/app/.media \
--env WHATSAPP_API_KEY=321 \
--env WAHA_DASHBOARD_USERNAME=waha \
--env WAHA_DASHBOARD_PASSWORD=waha \
--env WAHA_LOG_FORMAT=PRETTY \
--env WAHA_LOG_LEVEL=info \
--env WHATSAPP_DEFAULT_ENGINE=WEBJS \
--env WHATSAPP_RESTART_ALL_SESSIONS=True \
--env WAHA_PRINT_QR=False \
--env WHATSAPP_FILES_LIFETIME=0 \
--env WHATSAPP_FILES_FOLDER=/app/.media \
devlikeapro/waha-plus:latest
WHATSAPP_RESTART_ALL_SESSIONS
and -v ./.sessions:/app/.sessions
are crucial to avoid rescanning QR
Also feel free to ask in discord, did you get the link in https://portal.devlike.pro?
Every time I update the version, I need to scan the QR code of my 20 accounts to log in to the new docker again. Is there any solution that can be similar to hot update?