htmxui/docker-compose.yml
2024-10-18 21:08:35 -05:00

11 lines
164 B
YAML

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