dasig-static/docker-compose.yml
2026-03-26 19:08:50 +08:00

10 lines
227 B
YAML

services:
dasig-static:
container_name: ${CONTAINER_NAME}
image: localhost/${CONTAINER_NAME}:latest
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
ports:
- ${PORT}:4321