Add firewalld service
This commit is contained in:
parent
790bec29ab
commit
a0dd7dff34
2 changed files with 38 additions and 0 deletions
10
templates/etc/firewalld/services/docker-swarm.xml.j2
Normal file
10
templates/etc/firewalld/services/docker-swarm.xml.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
<short>Docker swarm mode</short>
|
||||
<description>Open Docker swarm mode ports.</description>
|
||||
<port protocol="tcp" port="2376"/>
|
||||
<port protocol="tcp" port="2377"/>
|
||||
<port protocol="udp" port="4789"/>
|
||||
<port protocol="tcp" port="7946"/>
|
||||
<port protocol="udp" port="7946"/>
|
||||
</service>
|
||||
Loading…
Add table
Add a link
Reference in a new issue