fixed docker compose quickstart link

2026-08-12 09:37:15 +00:00
committed by Gitea
parent 3f7222b7ee
commit 3d56a2abbc
+2 -2
@@ -24,13 +24,13 @@ docker compose -f compose/docker-compose.test.yaml up -d --build
curl http://localhost:8080/api/ready curl http://localhost:8080/api/ready
``` ```
Details and the production path: [Quickstart Compose](Quickstart#quickstart-helm). Details and the production path: [Quickstart: Docker Compose](Quickstart#quickstart-docker-compose).
```bash ```bash
helm install aptly oci://git.morlana.online/f.weber/aptly --version <version> helm install aptly oci://git.morlana.online/f.weber/aptly --version <version>
``` ```
Details: [Quickstart Helm](Quickstart#quickstart-helm). Details: [Quickstart: Helm](Quickstart#quickstart-helm).
## Keeping itself current ## Keeping itself current