Skip to content

Commit

Permalink
Fixed Redis configuration template to use REDIS_PORT emvironment vari…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
mabrarov committed Nov 11, 2020
1 parent c9f2649 commit 00dcd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-init-image/src/main/resources/rootfs/redis.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected-mode {{ REDIS_PROTECTED_MODE | quote_redis_conf_argument }}

# Accept connections on the specified port, default is 6379 (IANA #815344).
# If port 0 is specified Redis will not listen on a TCP socket.
port 6379
port {{ REDIS_PORT | quote_redis_conf_argument }}

# TCP listen() backlog.
#
Expand Down

0 comments on commit 00dcd10

Please sign in to comment.