Run ShenYu By docker-compose

  1. Execute the install-script.
$ curl -O https://raw.githubusercontent.com/apache/shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh

$ sh ./install.sh ${version} #please replace the ${version}, such as v2.4.2 or latest
  1. Modify the configuration file.

  2. Start docker-compose

docker-compose -f ./docker-compose.yaml up -d