htmxui/docker-compose.yml
2024-10-18 20:49:16 -05:00

11 lines
164 B
YAML

services:
htmxui:
container_name: htmxui
build:
context: .
dockerfile: Dockerfile
ports:
- "8008:8000"
restart: unless-stopped