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
Next Next commit
Update docs/install/docker.md
Co-authored-by: Joe Previte <jjprevite@gmail.com>
  • Loading branch information
bpmct and jsjoeio authored Sep 12, 2022
commit 53cb35cd955d5e7db6584618e471a0525e456d9b
3 changes: 1 addition & 2 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ an PostgreSQL container and volume.
```sh
cd coder

CODER_TUNNEL=true
docker-compose up
CODER_TUNNEL=true docker-compose up
```

For production deployments, we recommend setting an [access URL](../admin/configure.md#access-url):
Expand Down