Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ logfile=/dev/null ; Log supervisord output to stdout/stderr
logfile_maxbytes=0

[program:redis]
command=/usr/bin/redis-server --loglevel notice ; Path to redis-server on Alpine
command=/usr/bin/redis-server --bind 127.0.0.1 --loglevel notice ; Bind to localhost only — prevents exposure when using network_mode: host
user=appuser ; Run redis as our non-root user
autorestart=true
priority=10
Expand Down