chore: update compose to pull from Docker Hub by default

This commit is contained in:
Khoa Vo 2026-05-14 17:27:28 +07:00
parent 21ea749d7f
commit 7358a92bd8

View file

@ -1,9 +1,9 @@
services: services:
kv-tube: kv-tube:
# Option 1: Use pre-built image (replace with your registry URL) # Pull from Docker Hub (recommended)
image: kv-tube:latest image: vndangkhoa/kv-tube:latest
# Option 2: Build locally (uncomment to use) # Or build locally (uncomment to use instead)
# build: # build:
# context: . # context: .
# dockerfile: Dockerfile # dockerfile: Dockerfile