Skip to content
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
fix tabs
  • Loading branch information
matifali committed Feb 16, 2024
commit 041928c385fcc1366b5ddb619a098a40875d7f4e
4 changes: 2 additions & 2 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Docker is required. See the

## docker run

### Built-in database (quick)
**Built-in database (quick)**

For proof-of-concept deployments, you can run a complete Coder instance with the
following command.
Expand All @@ -29,7 +29,7 @@ docker run --rm -it \
ghcr.io/coder/coder:latest
```

### External database
**External database**

For production deployments, we recommend using an external PostgreSQL database
(version 13 or higher). Set `CODER_ACCESS_URL` to the external URL that users
Expand Down