Browse Source

Merge pull request #3588 from mtnbikenc/docker-fix

Bug 1416156: Loosely couple docker to iptables service
Scott Dodson 8 năm trước cách đây
mục cha
commit
7c8f77dbf4
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