fix name of firewall rule
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6afc98748b
commit
70d14e69b8
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Enable LES ports
|
||||
- name: Geth | Enable ports on firewall
|
||||
iptables:
|
||||
comment: '{{ geth_name }}'
|
||||
comment: '{{ geth_cont_name }}'
|
||||
jump: ACCEPT
|
||||
action: insert
|
||||
chain: DOCKER-USER
|
||||
|
|
Loading…
Reference in New Issue