Update local Aidbox
How to update Aidbox
To update local Aidbox you need to stop it, update and start Aidbox.
Stop Aidbox
Stop Aidbox using Docker Compose
docker compose down
Update Aidbox
Use Docker Compose to update Aidbox and services
docker compose pull
Start Aidbox
Start Aidbox using Docker Compose
docker compose up
Last updated
Was this helpful?