htmxui/docker-compose.yml

11 lines
164 B
YAML
Raw Normal View History

2024-10-19 01:49:16 +00:00
services:
htmxui:
container_name: htmxui
build:
context: .
dockerfile: Dockerfile
ports:
- "8008:8000"
restart: unless-stopped