Update README.md
authorJeroen van der Heijden <jeroen@cesbit.com>
Thu, 17 Feb 2022 14:42:27 +0000 (15:42 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 14:42:27 +0000 (15:42 +0100)
README.md

index 7bace08d2b199559138a80983e9f24bd59406702..6d2ee985c86ad66a437bcaa4f6d83c26cad90f97 100644 (file)
--- a/README.md
+++ b/README.md
@@ -92,6 +92,18 @@ Install
 sudo make install
 ```
 
+#### Docker
+
+```bash
+docker run \
+    -d \
+    -p 9000:9000 \
+    -p 9080:9080 \
+    -p 8080:8080 \
+    -v ~/siridb-data:/var/lib/siridb \
+    ghcr.io/siridb/siridb-server:latest    
+```
+
 #### Configuration
 SiriDB requires a configuration file to run. By default SiriDB will search for the configuration file in `/etc/siridb/siridb.conf` but alternatively you can specify a custom path by using the `-c/--config` argument.