Syncinc script drop in

This commit is contained in:
2025-10-30 16:58:41 +01:00
parent f9ad679833
commit 1f271b4c71
2 changed files with 297 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ sudo apt-get install docker-compose-plugin
`/mnt/conjurer`.
5. Start only the musician service:
```bash
docker compose --profile musician up --build -d musician
docker compose up --build -d musician
```
Alternatively, duplicate `docker-compose.yml`, strip other services, and run
`docker compose up -d`.