Skip to content

Commit

Permalink
Update self-hosted-deployment.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhuo2022 authored Feb 4, 2024
1 parent 128ced4 commit 908cf4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/self-hosted-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ description: ILLA Builder provides a seamless deployment experience that allows
2. Enter the following command in the terminal to install the official image:

`docker pull illasoft/illa-builder:latest`
`docker run -p80:2022 illasoft/illa-builder:latest`
`80` is the port, you can change it if it is already in use. After the execution is complete, you can access it via https://[localhost]:[80].

## CLI

Expand Down

0 comments on commit 908cf4b

Please sign in to comment.