changed db path, updated readme

This commit is contained in:
Patrick762
2024-12-21 22:22:48 +01:00
parent 3c78afeea6
commit fd6ee45d62
3 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ The docker image allows you to use the streamdeckapi server inside a docker cont
### Usage
```shell
docker run -v /dev/hidraw7:/dev/hidraw7 -p 6153:6153 --privileged ghcr.io/patrick762/streamdeckapi:main
docker run -v /dev/hidraw7:/dev/hidraw7 -v ./data/streamdeckapi:/streamdeckapi/data -p 6153:6153 --privileged ghcr.io/patrick762/streamdeckapi:main
```
**Note:** You have to change `hidraw7` to the path of your Stream Deck. You can find this path by using `lshid` (https://pypi.org/project/lshid/).