Update README.md

This commit is contained in:
Koushik Dutta
2021-09-09 17:54:34 -07:00
committed by GitHub
parent 658c92221f
commit 87c1b4ebfd

View File

@@ -29,7 +29,7 @@ cd scrypted
# build image from current checkout
sudo docker build -t scrypted .
# run it
sudo docker run --network host -v $(pwd)/server/scrypted.db:/server/scrypted.db scrypted
sudo docker run --network host -v $(pwd)/server/volume:/server/volume scrypted
```
## Run Locally for Development