Skip to content

Commit

Permalink
corrected docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
vital987 authored Oct 24, 2023
1 parent 7e9414b commit 5480305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/vital987/chrome-novnc)

```
docker run --name chrome-novnc -e PORT=9870 -p 9870:8080 -e VNC_PASS samplepass vital987/chrome-novnc:latest
docker run --name chrome-novnc -e PORT=9870 -p 9870:8080 -e VNC_PASS=samplepass vital987/chrome-novnc:latest
```

<p><b><h3>[ ! ] This project runs directly as a root user with non-sandboxed chromium! <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do not use in production environments.</h3></b></p>
Expand Down

0 comments on commit 5480305

Please sign in to comment.