You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Since Citus is intended for use within a cluster, there are many ways to deploy
21
21
If you just want to run a single Citus instance, it’s pretty easy to get started:
22
22
23
23
```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
25
25
```
26
26
27
27
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