Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e749070

Browse files
authored
chore: Update readme with note about embedded database (#3488)
1 parent 301727d commit e749070

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ curl -L https://coder.com/install.sh | sh -s -- --help
5454

5555
> See [install](docs/install.md) for additional methods.
5656
57-
Once installed, you can start a production deployment with a single command:
57+
Once installed, you can start a production deployment<sup>1</sup> with a single command:
5858

5959
```sh
6060
# Automatically sets up an external access URL on *.try.coder.app
@@ -64,6 +64,8 @@ coder server --tunnel
6464
coder server --postgres-url <url> --access-url <url>
6565
```
6666

67+
> <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.
68+
6769
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.
6870

6971
## Documentation

0 commit comments

Comments
 (0)