From: Jeroen van der Heijden Date: Thu, 17 Feb 2022 14:42:27 +0000 (+0100) Subject: Update README.md X-Git-Tag: archive/raspbian/2.0.48-1+rpi1^2~6^2^2~11^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2ea0a6a32dd881cc7b4bcbced5c7526b04cc21ee;p=siridb-server.git Update README.md --- diff --git a/README.md b/README.md index 7bace08d..6d2ee985 100644 --- 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.