Change default location of DB

This commit is contained in:
David Stotijn
2020-09-28 20:43:43 +02:00
parent 05b08f7097
commit 8712151e8f
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ on Docker Hub.
$ docker run \
-v $HOME/.hetty/hetty_key.pem:/root/.hetty/hetty_key.pem \
-v $HOME/.hetty/hetty_cert.pem:/root/.hetty/hetty_cert.pem \
-v $HOME/.hetty/hetty.db:/app/hetty.db \
-v $HOME/.hetty/hetty.bolt:/root/.hetty/hetty.bolt \
-p 127.0.0.1:8080:8080 \
dstotijn/hetty
```