fix docker-compose

This commit is contained in:
2025-11-09 00:51:26 +07:00
parent b46506b564
commit 52f3734d4e

View File

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