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 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Docker Application Container Engine
|
||||
Documentation=http://docs.docker.com
|
||||
Documentation=https://docs.docker.com
|
||||
After=network.target docker.socket
|
||||
Requires=docker.socket
|
||||
|
||||
|
|
Loading…
Reference in a new issue