Manual Installation: Docker Standalone
Prepare server, download compose and config, customize, then start services.
mkdir ~/shugur-relay && cd ~/shugur-relaycurl -O https://github.com/Shugur-Network/relay/raw/main/docker/compose/docker-compose.standalone.ymlcurl -O https://github.com/Shugur-Network/relay/raw/main/config/development.yamlmv development.yaml config.yaml
docker-compose -f docker-compose.standalone.yml up -d