From ed9ad7699d2d8fb09ec03e71130781d9c49a3939 Mon Sep 17 00:00:00 2001 From: Iulian Date: Wed, 24 Dec 2025 01:43:27 +0000 Subject: [PATCH] Fix docker-compose.yml to pull from GitHub Container Registry by default --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ea1041c..36ab0bb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,11 +4,11 @@ services: soundwave: container_name: soundwave # Option 1: Pull from GitHub Container Registry (recommended for users) - # image: ghcr.io/aiulian25/soundwave:main + image: ghcr.io/aiulian25/soundwave:main # Option 2: Build locally (uncomment if pulling fails or for development) - build: - context: . - dockerfile: Dockerfile + # build: + # context: . + # dockerfile: Dockerfile ports: - "8889:8888" volumes: