readme update
All checks were successful
Build & Push Docker / build-and-push (push) Successful in 9s

This commit is contained in:
Aiden
2026-05-10 13:03:36 +10:00
parent 7413501302
commit 160e07dba1
2 changed files with 6 additions and 5 deletions

View File

@@ -42,9 +42,13 @@ Then open:
## Docker Compose
```bash
docker compose up --build
docker compose up
```
The included compose file uses the published image directly:
`git.f-40.com/aiden/osc-docker:latest`
## Gitea Actions
The repo includes a Gitea Actions workflow at `.gitea/workflows/docker-publish.yml`.

View File

@@ -1,9 +1,6 @@
services:
open-stage-control:
build:
context: .
args:
OPEN_STAGE_CONTROL_VERSION: 1.30.3
image: git.f-40.com/aiden/osc-docker:latest
ports:
- "8080:8080/tcp"
- "8080:8080/udp"