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 710c3f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ echo "POSSIM_DOCKER_NETWORK=${C1_DOCKER_NETWORK}" >> .env
echo "POSSIM_BINDMOUNT_PATH=$(host-path-outside-of-docker.sh .)" >> .env
echo "POSSIM_HOSTNAME=possim.devel" >> .env
```
* If running on OrbStack use the following hostname instead:
```bash
echo "POSSIM_HOSTNAME=possim.${COMPOSE_PROJECT_NAME}.orb.local" >> .env
```

* otherwise for linux host networking configuration run:
```bash
echo "COMPOSE_FILE=compose-host.yaml" > .env
Expand Down

0 comments on commit 710c3f1

Please sign in to comment.