demo1/docker-compose.yaml

14 lines
239 B
YAML
Raw Normal View History

2025-09-12 13:54:54 +08:00
version: '3.4'
services:
uvdemo:
build:
context: .
dockerfile: Dockerfile
restart: always
container_name: uvdemo
image: uvdemo:latest
# ports:
# - "8778:8778"