Skip to content

Commit

Permalink
simplify default possim hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
QAston committed Dec 27, 2023
1 parent 714c751 commit 35b2352
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 @@ -54,7 +54,7 @@ echo "COMPOSE_FILE=compose-devpod.yaml" > .env
echo "COMPOSE_PROJECT_NAME=${C1_DOCKER_NAMESPACE}-possim" >> .env
echo "POSSIM_DOCKER_NETWORK=${C1_DOCKER_NETWORK}" >> .env
echo "POSSIM_BINDMOUNT_PATH=$(host-path-outside-of-docker.sh .)" >> .env
echo "POSSIM_HOSTNAME=${C1_DOCKER_NAMESPACE}-possim.devel" >> .env
echo "POSSIM_HOSTNAME=possim.devel" >> .env
```
* otherwise for linux host networking configuration run:
```bash
Expand Down

0 comments on commit 35b2352

Please sign in to comment.