mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-17 05:53:15 +02:00
Change BIND_ADRESS of ssh_and_local developmentstack to 0.0.0.0 that the callbacks work
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
- PORT=3080
|
- PORT=3080
|
||||||
- BIND_ADDRESS=172.16.10.18
|
- BIND_ADDRESS=0.0.0.0
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
# Required for fail2ban-ui: Stores SQLite database, application settings, and SSH keys of the fail2ban-ui container
|
# Required for fail2ban-ui: Stores SQLite database, application settings, and SSH keys of the fail2ban-ui container
|
||||||
|
|||||||
Reference in New Issue
Block a user