14:15:00 GMT Hi. 14:15:17 GMT https://github.com/Industrial/test-next.js/blob/master/redis/Dockerfile#L3 and https://github.com/Industrial/test-next.js/blob/master/redis/redis.conf#L84 14:15:25 GMT I have tried to configure redis to run on port 4100 14:15:39 GMT but unsuccessful :-( I get connection refused errors 14:35:37 GMT tried exec'ing into the redis container and checking there? 14:40:33 GMT yes 14:40:43 GMT docker-compose run redis bash 14:40:50 GMT redis-cli -p 4100 14:40:58 GMT Could not connect to Redis at 0.0.0.0:4100: Connection refused 14:41:10 GMT well, 127.0.0.0, but I tried 0.0.0.0 aswell 14:43:47 GMT ss -tlpn should tell you where it runs 14:44:30 GMT ss? 14:44:54 GMT there's no netstat available :) 14:50:12 GMT Industrial: then install it? 14:50:32 GMT ah, right. :P 14:53:18 GMT buZz: seems to not be available. No package net-tools 14:53:23 GMT on apt-get 14:53:26 GMT and can't find ss either 14:53:33 GMT apt update 14:56:45 GMT tcp 0 0 127.0.0.11:38101 0.0.0.0:* LISTEN - 14:56:56 GMT udp 0 0 127.0.0.11:44434 0.0.0.0:* - 14:58:40 GMT netstat -nap , as root 14:58:47 GMT should show you which port redis is on 14:58:59 GMT Same output. seems it's not running 14:59:06 GMT ps aux | grep redis 14:59:52 GMT no clue about docker though , you might be doing something wrong with it 15:00:18 GMT not there :S 15:00:25 GMT I'm just calling docker-compose up 15:00:35 GMT maybe ask in #docker 15:00:36 GMT with my own Dockerfile that extends redis:latest 15:00:41 GMT if that even has a community :P