We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457cfa9 commit 0810e2bCopy full SHA for 0810e2b
docker-compose.yml
@@ -19,6 +19,7 @@ services:
19
- |
20
echo 'mech_list: plain' > "$$SASL_CONF_PATH"
21
echo "zulip@$$HOSTNAME:$$MEMCACHED_PASSWORD" > "$$MEMCACHED_SASL_PWDB"
22
+ echo "zulip@localhost:$$MEMCACHED_PASSWORD" >> "$$MEMCACHED_SASL_PWDB"
23
exec memcached -S
24
environment:
25
SASL_CONF_PATH: '/home/memcache/memcached.conf'
0 commit comments