Skip to content

Commit

Permalink
docs: remove APISIX_DASHBOARD_VERSION in deploy-with-docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zll600 committed Jan 31, 2024
1 parent 7d6be42 commit 625b245
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/en/latest/deploy-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ $ docker build -t apisix-dashboard:$tag .
# For users in mainland China, the `ENABLE_PROXY` parameter can be provided to speed up module downloads.
$ docker build -t apisix-dashboard:$tag . --build-arg ENABLE_PROXY=true

# If you want to use the latest codes to build, you can specify the `APISIX_DASHBOARD_VERSION` parameter to `master`.
# This parameter can also be specified as branch name of a specific version, such as `v2.1.1`.
$ docker build -t apisix-dashboard:$tag . --build-arg APISIX_DASHBOARD_VERSION=master
```

## Launch

1. Preparing configuration files
Expand Down

0 comments on commit 625b245

Please sign in to comment.