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"