From 5b0c44da71461a9ffc19650ecc965879a847fc18 Mon Sep 17 00:00:00 2001 From: arne Date: Mon, 3 Oct 2022 21:39:09 +0200 Subject: [PATCH] fix typo --- content/post/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/docker.md b/content/post/docker.md index 5b15714..aad61ed 100644 --- a/content/post/docker.md +++ b/content/post/docker.md @@ -34,8 +34,8 @@ ExecStop=/usr/bin/docker compose down -v WantedBy=multi-user.target ``` -Create a folder /etc/docker-compose/ and place your docker-compose.yml there. -Then symlink or copy the systemd service file to /etc/systemd/system/.service. +Create a folder /etc/docker-compose/*service-name* and place your `docker-compose.yml` there. +Then symlink or copy the systemd service file to /etc/systemd/system/*service-name*.service. You can start the container using ```