chore: Update readme with note about embedded database (#3488)

This commit is contained in:
Mathias Fredriksson 2022-08-15 12:32:22 +03:00 committed by GitHub
parent 301727d1fc
commit e749070193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,7 @@ curl -L https://coder.com/install.sh | sh -s -- --help
> See [install](docs/install.md) for additional methods.
Once installed, you can start a production deployment with a single command:
Once installed, you can start a production deployment<sup>1</sup> with a single command:
```sh
# Automatically sets up an external access URL on *.try.coder.app
@ -64,6 +64,8 @@ coder server --tunnel
coder server --postgres-url <url> --access-url <url>
```
> <sup>1</sup> The embedded database is great for trying out Coder with small deployments, but do consider using an external database for increased assurance and control.
Use `coder --help` to get a complete list of flags and environment variables. Use our [quickstart guide](https://coder.com/docs/coder-oss/latest/quickstart) for a full walkthrough.
## Documentation