Skip to content

Commit 26210ed

Browse files
author
xboard
committed
chore(docker): all-in-one redis no longer listens on TCP
1 parent 9e2a66f commit 26210ed

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.docker/supervisor/supervisord.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ command=redis-server --dir /data
4747
--save 900 1
4848
--save 300 10
4949
--save 60 10000
50-
--bind 127.0.0.1
51-
--port 6379
50+
--port 0
5251
--unixsocket /data/redis.sock
5352
--unixsocketperm 777
5453
autostart=%(ENV_ENABLE_REDIS)s

0 commit comments

Comments
 (0)