Fix my typo

I forgot declare output file
This commit is contained in:
Thomas Rohlajz
2017-03-21 20:25:20 +01:00
committed by GitHub
parent 43a5eb6461
commit 1bd04c6fa1

View File

@@ -66,7 +66,7 @@ The get this file run:
``` ```
// This command copy the output of file uwsgi.ini into your data volume on the host. // This command copy the output of file uwsgi.ini into your data volume on the host.
// Replace `YOUR_ZULIP_DATA_PATH` with your path. // Replace `YOUR_ZULIP_DATA_PATH` with your path.
host$ docker run --rm quay.io/galexrt/zulip:1.5.1 cat /etc/zulip/uwsgi.ini > YOUR_ZULIP_DATA_PATH/settings/etc-zulip/ host$ docker run --rm quay.io/galexrt/zulip:1.5.1 cat /etc/zulip/uwsgi.ini > YOUR_ZULIP_DATA_PATH/settings/etc-zulip/uwsgi.ini
``` ```
## Community ## Community