Skip to content

Commit 9386092

Browse files
dearlordylordmateuszmandera
authored andcommitted
docker-compose.yml SETTINGS_ env var family typo
1 parent ab5b746 commit 9386092

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ services:
105105
## https://zulip.readthedocs.io/en/latest/production/upload-backends.html
106106
##
107107
## If you want to use the S3 backend, you must set
108-
## SETTINGS_LOCAL_UPLOADS_DIR to None as well as configuring the
108+
## SETTING_LOCAL_UPLOADS_DIR to None as well as configuring the
109109
## other fields.
110-
# SETTINGS_LOCAL_UPLOADS_DIR: "None"
111-
# SETTINGS_S3_AUTH_UPLOADS_BUCKET: ""
112-
# SETTINGS_S3_AVATAR_BUCKET: ""
113-
# SETTINGS_S3_ENDPOINT_URL: "None"
114-
# SETTINGS_S3_REGION: "None"
110+
# SETTING_LOCAL_UPLOADS_DIR: "None"
111+
# SETTING_S3_AUTH_UPLOADS_BUCKET: ""
112+
# SETTING_S3_AVATAR_BUCKET: ""
113+
# SETTING_S3_ENDPOINT_URL: "None"
114+
# SETTING_S3_REGION: "None"
115115
volumes:
116116
- "zulip:/data:rw"
117117
ulimits:

0 commit comments

Comments
 (0)