Skip to content

Commit

Permalink
Update possim hostname in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Mar 7, 2024
1 parent 7a5e97f commit e6922ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ echo "POSSIM_HOSTNAME=possim.devel" >> .env
echo "COMPOSE_FILE=compose-host.yaml" > .env
echo "POSSIM_HOSTNAME=127.0.0.1" >> .env
```
* If running on OrbStack use the following hostname instead:
```bash
echo "POSSIM_HOSTNAME=possim.${COMPOSE_PROJECT_NAME}.orb.local" >> .env
```

Once you've set up your env you can get the privatenet up and running using:

Expand Down

0 comments on commit e6922ee

Please sign in to comment.