Fix docker-compose.yml to pull from GitHub Container Registry by default
This commit is contained in:
parent
9bdce32219
commit
ed9ad7699d
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue