@ -49,7 +49,7 @@ After complete the configuration, we can get the `docker-compose.yaml` file from
form its source package, and make sure you get the right version. After download the package, you can run the commands as below.
form its source package, and make sure you get the right version. After download the package, you can run the commands as below.
```shell
```shell
$ DOLPHINSCHEDULER_VERSION=3.1.4
$ DOLPHINSCHEDULER_VERSION=3.1.5
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
# Going to docker-compose's location
# Going to docker-compose's location
# For Mac or Linux users
# For Mac or Linux users
@ -72,7 +72,7 @@ $ docker-compose --profile all up -d
container when it up. You could start DolphinScheduler server separately if you want to reuse your exists services.
container when it up. You could start DolphinScheduler server separately if you want to reuse your exists services.
```shell
```shell
$ DOLPHINSCHEDULER_VERSION=3.1.4
$ DOLPHINSCHEDULER_VERSION=3.1.5
# Initialize the database, make sure database <DATABASE> already exists
# Initialize the database, make sure database <DATABASE> already exists
$ docker run -d --name dolphinscheduler-tools \
$ docker run -d --name dolphinscheduler-tools \
-e DATABASE="postgresql" \
-e DATABASE="postgresql" \
@ -133,5 +133,5 @@ and use `admin` and `dolphinscheduler123` as default username and password in th
You can modify some environment variables to change configurations when you are starting servers through Docker. We have
You can modify some environment variables to change configurations when you are starting servers through Docker. We have
an example in [using exists PostgreSQL ZooKeeper](#using-exists-postgresql-zookeeper) to change database and ZooKeeper configurations,
an example in [using exists PostgreSQL ZooKeeper](#using-exists-postgresql-zookeeper) to change database and ZooKeeper configurations,
and you could find all environment variables in [all environment variables](https://github.com/apache/dolphinscheduler/blob/3.1.4/script/env/dolphinscheduler_env.sh) <!-- markdown-link-check-disable-line -->
and you could find all environment variables in [all environment variables](https://github.com/apache/dolphinscheduler/blob/3.1.5/script/env/dolphinscheduler_env.sh) <!-- markdown-link-check-disable-line -->