When there’s a new version of WAHA, update it with these commands.
docker compose pull
docker compose up -d
# Login to pull the latest Plus image
docker login -u devlikeapro -p {KEY}
docker compose pull
docker logout
docker compose up -d
Pinned version tag?
</div>
<div class="callout-body">
<p>If you specified an exact version tag in <code>docker-compose.yaml</code>, like:</p>
image: devlikeapro/waha-plus:latest-2024.7.8
Remember to update it to the new latest-{YEAR}.{MONTH}.{BUILD} tag before pulling.
</div>
You can verify the running version and check logs after updating:
# Check running containers
docker compose ps
# Show recent logs
docker compose logs --since 1h
Coolify
👉 Installed using Deploy WAHA on Coolify guide? Here’s how to update.
When there’s a new version, open your WAHA app in Coolify and click Redeploy to pull the latest image and restart the service:

Coolify will pull the latest image and restart the container automatically.
EasyPanel
👉 Installed using Deploy WAHA on EasyPanel guide? Here’s how to update.
When you want to update the image on EasyPanel, go to the Deployments tab of your waha service and click Force Build:

EasyPanel will pull the latest image and redeploy the service.