forked from platypush/platypush
README command typo.
This commit is contained in:
parent
d3247a96a0
commit
ad59ff8e4d
1 changed files with 1 additions and 1 deletions
|
@ -656,7 +656,7 @@ $ pip install git+https://github.com/blacklight/platypush
|
|||
```bash
|
||||
$ docker run -it --name platypush \
|
||||
-p 8008:8008 \
|
||||
-e "PLATYPUSH_DEVICE_ID=my-device"
|
||||
-e "PLATYPUSH_DEVICE_ID=my-device" \
|
||||
-v /path/to/your/platypush/config:/etc/platypush \
|
||||
-v /path/to/your/platypush/share:/var/lib/platypush \
|
||||
quay.io/platypush/platypush
|
||||
|
|
Loading…
Reference in a new issue