Skip to content

Add support for coder tunnel in docker-compose #4027

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/install/docker.md
  • Loading branch information
bpmct authored Sep 12, 2022
commit 65642b7ea4e11eec2ee7ac0fd10012a8f8ee9b87
3 changes: 1 addition & 2 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ an PostgreSQL container and volume.
```sh
cd coder

CODER_ACCESS_URL=https://coder.example.com # URL that
docker-compose up
CODER_ACCESS_URL=https://coder.example.com docker-compose up
```

> Without `CODER_ACCESS_URL` or `CODER_TUNNEL` set, Coder will bind to `localhost:7080`. This will only work for Docker-based templates.
Expand Down