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:
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