Back to Shenyu

if docker version > 1.25.5 ,use docker compose command

shenyu-dist/shenyu-docker-compose-dist/README.md

2.7.0.3524 B
Original Source

Run ShenYu By docker-compose

  1. Execute the install-script.
shell
$ 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

shell
docker-compose -f ./docker-compose.yaml up -d
# if docker version > 1.25.5 ,use docker compose command
docker compose -f ./docker-compose.yaml up -d