diff --git a/docker-compose.yml b/docker-compose.yml index 827b3a9..af2c9ce 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ services: kv-tube: - # Option 1: Use pre-built image (replace with your registry URL) - image: kv-tube:latest + # Pull from Docker Hub (recommended) + image: vndangkhoa/kv-tube:latest - # Option 2: Build locally (uncomment to use) + # Or build locally (uncomment to use instead) # build: # context: . # dockerfile: Dockerfile