update docker-compose

This commit is contained in:
2025-11-09 00:41:05 +07:00
parent 6903654ccf
commit b46506b564

View File

@@ -2,7 +2,7 @@ version: "3.9"
services:
web:
build: .
build: ghcr.io/YOUR_USERNAME/myapp:latest
container_name: go_htmx_app
ports:
- "8080:8080"