Skip to content

Updating the Panel

Pull the latest images and restart the stack:

bash
docker compose pull
docker compose up -d

# optionally, if you want to remove old images:
# this is recommended if you have limited disk space / are using the heavy image
docker image prune -a