Update README.md

pull/55/head
Zach McDonough 2021-02-28 16:41:22 -08:00 committed by GitHub
parent 19c114c933
commit 3514360d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Or for arm64 architectue (Raspberry Pi)
```
Then run the UI, passing the `DEEPSTACK_IP` environment variable:
`docker run -p 8501:8501 -e DEEPSTACK_IP='192.168.1.133' deepstack-ui`
docker run -p 8501:8501 -e DEEPSTACK_IP='192.168.1.133' deepstack-ui
The UI is now viewable at [http://localhost:8501](http://localhost:8501) (not whatever ip address is shown in the logs, this is the internal docker ip)