yin_home/docker-compose.yaml
2025-02-11 16:04:10 +08:00

14 lines
325 B
YAML

version: '3.4'
services:
sql-runner:
build:
context: .
dockerfile: Dockerfile
restart: always
container_name: yin_home
image: registry.cn-hangzhou.aliyuncs.com/yinzhou_docker_hub/yin_home:latest
ports:
- "1314:1314"
# docker-compose up --build