This commit is contained in:
arne 2022-10-03 21:39:09 +02:00
parent a7916fe62d
commit 5b0c44da71

View File

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