Fix docker-compose.yml to pull from GitHub Container Registry by default

This commit is contained in:
Iulian 2025-12-24 01:43:27 +00:00
parent 9bdce32219
commit ed9ad7699d

View file

@ -4,11 +4,11 @@ services:
soundwave: soundwave:
container_name: soundwave container_name: soundwave
# Option 1: Pull from GitHub Container Registry (recommended for users) # 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) # Option 2: Build locally (uncomment if pulling fails or for development)
build: # build:
context: . # context: .
dockerfile: Dockerfile # dockerfile: Dockerfile
ports: ports:
- "8889:8888" - "8889:8888"
volumes: volumes: