11 lines
164 B
YAML
11 lines
164 B
YAML
|
services:
|
||
|
htmxui:
|
||
|
container_name: htmxui
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
ports:
|
||
|
- "8008:8000"
|
||
|
restart: unless-stopped
|
||
|
|