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
git pull origin maindocker compose up -d --buildmacOS
git pull origin maindocker compose -f docker-compose.yml -f docker-compose.macos.yml up -d --buildThe --build flag rebuilds the service images with the updated source before Compose starts the containers.