Skip to content

fix: numbering #788

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 2 commits into from
Jan 10, 2022
Merged
Changes from all commits
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
10 changes: 5 additions & 5 deletions setup/air-gapped/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ platform images are hosted in Coder's Docker Hub repo.
1. Pull the images for the Coder platform from the following Docker Hub
locations:

- [coder-service](https://hub.docker.com/r/coderenvs/coder-service)
[coder-service](https://hub.docker.com/r/coderenvs/coder-service)

- [envbox](https://hub.docker.com/r/coderenvs/envbox)
[envbox](https://hub.docker.com/r/coderenvs/envbox)

- (Optional) [timescale](https://hub.docker.com/r/coderenvs/timescale)
**Optional:** [timescale](https://hub.docker.com/r/coderenvs/timescale)

> Timescale is an internal database meant for evaluation deployments. We
> do not recommend running this service in production. Connect to an
> Timescale is an internal database meant for evaluation deployments. It is
> not It is not recommended to run this service in production. Connect to an
> external Postgres database for production deployments.

You can pull each of these images from their `coderenvs/<img-name>:<version>`
Expand Down