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 ```