Skip to content

Commit 0810e2b

Browse files
committed
Add zulip@localhost to memcached password database.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
1 parent 457cfa9 commit 0810e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
- |
2020
echo 'mech_list: plain' > "$$SASL_CONF_PATH"
2121
echo "zulip@$$HOSTNAME:$$MEMCACHED_PASSWORD" > "$$MEMCACHED_SASL_PWDB"
22+
echo "zulip@localhost:$$MEMCACHED_PASSWORD" >> "$$MEMCACHED_SASL_PWDB"
2223
exec memcached -S
2324
environment:
2425
SASL_CONF_PATH: '/home/memcache/memcached.conf'

0 commit comments

Comments
 (0)