Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports in update_on_prem.mdx have been updated #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions on-prem/getting_started/update_on_prem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ And finally, we will install and run the latest Upsonic On-Prem:


```console
docker run --env-file .env -d -p 5001:5001 -p 5000:5000 --name upsonic_on_prem --restart=always -v upsonic_on_prem_data:/var/lib/redis ghcr.io/upsonic/on-prem
docker run --env-file .env -d -p 7501:7501 -p 7500:7500 --name upsonic_on_prem --restart=always -v upsonic_on_prem_data:/var/lib/redis ghcr.io/upsonic/on-prem

```

## Checking
Now, you can access your Upsonic On-Prem via localhost or any other method to connect to your server:
```console
https://localhost:5001
https://localhost:7501
```