Skip to content

Commit cb4fb05

Browse files
authored
Clarify path for settings files with manual configuration.
The configuration files need to be placed in `/opt/docker/zulip/zulip/settings/etc-zulip` so that Zulip will pick them up properly. This commit clarifies that in the README.md file.
1 parent 1dfda3b commit cb4fb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Zulip server's settings.
222222
An alternative approach is to set `MANUAL_CONFIGURATION: "True"` and
223223
`LINK_SETTINGS_TO_DATA: "True"` in `docker-compose.yml`. If you do that, you
224224
can provide a `settings.py` file and a `zulip-secrets.conf` file in
225-
`/opt/docker/zulip/zulip/`, and the container will use those.
225+
`/opt/docker/zulip/zulip/settings/etc-zulip/`, and the container will use those.
226226

227227
### Starting the server
228228

0 commit comments

Comments
 (0)