Skip to content

Commit c841fcf

Browse files
vlkncetinGürkan İndibay
andauthored
Updates README.md to provide password to docker command (#316)
Co-authored-by: Gürkan İndibay <gindibay@microsoft.com>
1 parent d61b432 commit c841fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Since Citus is intended for use within a cluster, there are many ways to deploy
2121
If you just want to run a single Citus instance, it’s pretty easy to get started:
2222

2323
```bash
24-
docker run --name citus_standalone -p 5432:5432 citusdata/citus
24+
docker run -d --name citus_standalone -p 5432:5432 -e POSTGRES_PASSWORD=mypassword citusdata/citus
2525
```
2626

2727
You should now be able to connect to `127.0.0.1` on port `5432` using e.g. `psql` to run a few commands (see the Citus documentation for more information).

0 commit comments

Comments
 (0)