14 lines
325 B
YAML
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
|