Change BIND_ADRESS of ssh_and_local developmentstack to 0.0.0.0 that the callbacks work

This commit is contained in:
2026-01-21 19:27:22 +01:00
parent 9f700dcefb
commit e3e279f2ae

View File

@@ -37,7 +37,7 @@ services:
network_mode: host
environment:
- PORT=3080
- BIND_ADDRESS=172.16.10.18
- BIND_ADDRESS=0.0.0.0
volumes:
# Required for fail2ban-ui: Stores SQLite database, application settings, and SSH keys of the fail2ban-ui container