readme update
All checks were successful
Build & Push Docker / build-and-push (push) Successful in 9s
All checks were successful
Build & Push Docker / build-and-push (push) Successful in 9s
This commit is contained in:
@@ -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`.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user