deal with firewalld/docker startup issues
added the firewalld.service symbol in the After line docker will always start after firewalld, thus eliminating the issue of firewall blocking all mapped traffic. Signed-off-by: Ramon Brooker <Ramon.Brooker@imaginecommunications.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 73e08286f920881a431fa7befd3909e72303680b Component: engine
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
64cc925c02
commit
5b967c9349
@@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Docker Application Container Engine
|
||||
Documentation=https://docs.docker.com
|
||||
After=network.target docker.socket
|
||||
After=network.target docker.socket firewalld.service
|
||||
Requires=docker.socket
|
||||
|
||||
[Service]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Docker Application Container Engine
|
||||
Documentation=https://docs.docker.com
|
||||
After=network.target
|
||||
After=network.target firewalld.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
||||
Reference in New Issue
Block a user