D
D
des1roer2020-07-08 12:25:08
Redis
des1roer, 2020-07-08 12:25:08

Redis in the container does not see?

3e18696274.jpg

config

af6f162ba0.jpg

why does not see the radish?

redis_1 | 1:M 08 Jul 2020 09:29:38.891 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 08 Jul 2020 09:29:38.891 # Server initialized
redis_1 | 1:M 08 Jul 2020 09:29:38.892 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1 | 1:M 08 Jul 2020 09:29:38.892 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1 | 1:M 08 Jul 2020 09:29:38.892 * Loading RDB produced by version 6.0.5
redis_1 | 1:M 08 Jul 2020 09:29:38.892 * RDB age 16 seconds
redis_1 | 1:M 08 Jul 2020 09:29:38.892 * RDB memory usage when created 0.77 Mb
redis_1 | 1:M 08 Jul 2020 09:29:38.892 * DB loaded from disk: 0.000 seconds
redis_1 | 1:M 08 Jul 2020 09:29:38.892 * Ready to accept connections

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2020-07-08
@2ord

Try like this:

ports:
     - "6379:6379"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question