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