-
Notifications
You must be signed in to change notification settings - Fork 523
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Hi,
I just deploy bunkerity/bunkerweb-all-in-one:1.6.4
I see in docs BunkerWeb All-In-One image includes Redis out-of-the-box, but i got error connect to redis.
I try to check listening port at the container but not show redis port.
/usr/share/bunkerweb $ netstat -ntlpu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN 280/nginx: master p
tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN 280/nginx: master p
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 280/nginx: master p
tcp 0 0 0.0.0.0:7000 0.0.0.0:* LISTEN 232/python3
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 280/nginx: master p
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 280/nginx: master p
tcp 0 0 127.0.0.1:6000 0.0.0.0:* LISTEN 280/nginx: master p
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 280/nginx: master p
tcp 0 0 127.0.0.11:44239 0.0.0.0:* LISTEN -
udp 0 0 0.0.0.0:8443 0.0.0.0:* 280/nginx: master p
udp 0 0 0.0.0.0:8443 0.0.0.0:* 280/nginx: master p
udp 0 0 127.0.0.11:33833 0.0.0.0:* -
/usr/share/bunkerweb $
what i miss?
How to reproduce?
I used the docker bunkerweb-aio setup.

Configuration file(s) (yaml or .env)
Relevant log output
BunkerWeb version
1.6.4
What integration are you using?
All-in-one
Linux distribution (if applicable)
No response
Removed private data
- I have removed all private data from the configuration file and the logs
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working