fix typo
This commit is contained in:
		| @ -34,8 +34,8 @@ ExecStop=/usr/bin/docker compose down -v | ||||
| WantedBy=multi-user.target | ||||
| ``` | ||||
|  | ||||
| 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. | ||||
| 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 | ||||
| ``` | ||||
|  | ||||
		Reference in New Issue
	
	Block a user