Update release-notes.py

This commit is contained in:
Philip O'Toole
2024-08-26 20:23:37 -04:00
committed by GitHub
parent 9a7f22298f
commit c155b61e0a

View File

@@ -18,7 +18,7 @@ If you wish to build rqlite from source, check out [this documentation](https://
### Docker
Run a single node as follows:
```
docker run -p4001-4002:4001-4002 rqlite/rqlite
docker run -p4001:4001 rqlite/rqlite
```
Check out the [rqlite Docker page](https://hub.docker.com/r/rqlite/rqlite/) for more details on running rqlite via Docker, including how to deploy a cluster.