1xBTS 1xBTS

Upgrading

Run these commands from your existing 1xbts repository. Pull the latest code first, then rebuild and restart the Docker services for your platform.

Linux

Terminal window
git pull origin main
docker compose up -d --build

macOS

Terminal window
git pull origin main
docker compose -f docker-compose.yml -f docker-compose.macos.yml up -d --build

The --build flag rebuilds the service images with the updated source before Compose starts the containers.