fix(firewall): open ports 80 and 443 in firewalld drop zone
The docker role only opened Swarm ports (2377, 7946, 4789). HTTP and HTTPS were missing, making SWAG unreachable from outside. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9d7da80ffb
commit
f150d93161
@ -41,6 +41,8 @@
|
|||||||
immediate: yes
|
immediate: yes
|
||||||
state: enabled
|
state: enabled
|
||||||
loop:
|
loop:
|
||||||
|
- 80/tcp
|
||||||
|
- 443/tcp
|
||||||
- 2377/tcp
|
- 2377/tcp
|
||||||
- 7946/tcp
|
- 7946/tcp
|
||||||
- 7946/udp
|
- 7946/udp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user