This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/master by this push: new 44ce693d0 Release document 0.12.0 44ce693d0 is described below commit 44ce693d0dc22b2eea947f23610062d8c3fb4d53 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Sat Feb 8 22:58:06 2025 +0900 Release document 0.12.0 --- download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.md b/download.md index 98493818e..99898b41e 100644 --- a/download.md +++ b/download.md @@ -57,7 +57,7 @@ You can also use [volume](https://docs.docker.com/engine/reference/commandline/r docker run -u $(id -u) -p 8080:8080 --rm -v $PWD/logs:/logs -v $PWD/notebook:/notebook \ -v /usr/lib/spark-3.5.1:/opt/spark -v /usr/lib/flink-1.18.1:/opt/flink \ -e FLINK_HOME=/opt/flink -e SPARK_HOME=/opt/spark \ - -e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.11.2 + -e ZEPPELIN_LOG_DIR='/logs' -e ZEPPELIN_NOTEBOOK_DIR='/notebook' --name zeppelin apache/zeppelin:0.12.0 ``` If you have trouble accessing `localhost:8080` in the browser, Please clear browser cache.