Skip to content

Commit

Permalink
Update run-locally.md
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn authored Oct 24, 2024
1 parent 7a24360 commit 1c6356d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/run-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ First of all, the installation command for local installation requires an extra
echo "{\"skipVerifyingDomains\":\"true\"}" > /captain/data/config-override.json
docker run -e ACCEPTED_TERMS=true -e MAIN_NODE_IP_ADDRESS=127.0.0.1 -p 80:80 -p 443:443 -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock -v /captain:/captain caprover/caprover
```
**NOTE:** if port 80 and 443 are currently occupied and you want to run CapRover behind a reverse proxy, [see here](https://github.com/caprover/caprover/issues/1166#issuecomment-2430704491).

#### Setup

Expand Down

0 comments on commit 1c6356d

Please sign in to comment.