From 160e07dba121b46e319bbe8cfdb7dff1cbbba072 Mon Sep 17 00:00:00 2001 From: Aiden <68633820+awils27@users.noreply.github.com> Date: Sun, 10 May 2026 13:03:36 +1000 Subject: [PATCH] readme update --- README.md | 6 +++++- compose.yaml | 5 +---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd4882b..3295edd 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/compose.yaml b/compose.yaml index ff82622..d6a190c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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"