馃殌 Announcing BYOC and the OpenTelemetry Distribution BuilderRead more

Upgrade Bindplane Server in Docker Compose

Bindplane Server can be upgraded by updating the image version tag in your docker-compose.yaml file.

yaml
1# ...
2services:
3  bindplane:
4    image: ghcr.io/observiq/bindplane-ee:1.87.0
5    # ...

Once the new image tag is updated in the docker-compose.yaml, restart your Docker Compose services.

bash
1docker compose down
2docker compose up -d