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
|
## Docker Compose
|
||||||
|
|
||||||
```bash
|
```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
|
## Gitea Actions
|
||||||
|
|
||||||
The repo includes a Gitea Actions workflow at `.gitea/workflows/docker-publish.yml`.
|
The repo includes a Gitea Actions workflow at `.gitea/workflows/docker-publish.yml`.
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
open-stage-control:
|
open-stage-control:
|
||||||
build:
|
image: git.f-40.com/aiden/osc-docker:latest
|
||||||
context: .
|
|
||||||
args:
|
|
||||||
OPEN_STAGE_CONTROL_VERSION: 1.30.3
|
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080/tcp"
|
- "8080:8080/tcp"
|
||||||
- "8080:8080/udp"
|
- "8080:8080/udp"
|
||||||
|
|||||||
Reference in New Issue
Block a user