Browse Source

Loosely couple docker to iptables service

Russell Teague 8 năm trước cách đây
mục cha
commit
a0c54c5742
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      roles/docker/templates/custom.conf.j2

+ 1 - 1
roles/docker/templates/custom.conf.j2

@@ -1,5 +1,5 @@
 # {{ ansible_managed }}
 
 [Unit]
-Requires=iptables.service
+Wants=iptables.service
 After=iptables.service