mirror of https://github.com/docker/docs.git
Fix docs URL in systemd service file.
Fixes #13799. Signed-off-by: Eric-Olivier Lamey <eo@lamey.me>
This commit is contained in:
parent
a63c7c7be6
commit
dbf5e36fd6
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Application Container Engine
|
Description=Docker Application Container Engine
|
||||||
Documentation=http://docs.docker.com
|
Documentation=https://docs.docker.com
|
||||||
After=network.target docker.socket
|
After=network.target docker.socket
|
||||||
Requires=docker.socket
|
Requires=docker.socket
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue