@ -38,7 +38,7 @@ services:
container_name: redis
image: redis:6.2.7
ports:
- "16789:16789"
- "6379:6379"
volumes:
- ./redis/redis.conf:/etc/redis/redis.conf
- ./redis/data:/data
@ -95,7 +95,7 @@ protected-mode yes
# 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 16789
port 6379
# TCP listen() backlog.
#