README command typo.

This commit is contained in:
Fabio Manganiello 2024-11-11 21:51:52 +01:00
parent d3247a96a0
commit ad59ff8e4d
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -656,7 +656,7 @@ $ pip install git+https://github.com/blacklight/platypush
```bash ```bash
$ docker run -it --name platypush \ $ docker run -it --name platypush \
-p 8008:8008 \ -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/config:/etc/platypush \
-v /path/to/your/platypush/share:/var/lib/platypush \ -v /path/to/your/platypush/share:/var/lib/platypush \
quay.io/platypush/platypush quay.io/platypush/platypush