Files
HX_KI_com-Com1/stack/docker-compose.yml
2026-03-06 14:37:04 +00:00

10 lines
139 B
YAML

version: "3.9"
services:
hxki-web:
build: .
container_name: hxki-web
restart: unless-stopped
ports:
- "3003:3003"