docker compose.yaml

version: "3"
services:
test unit:
build: .
image: xx.xx.xx.xx:xxxx/test-daily
volumes:
- ./config.yaml:/home/config/config.yaml
command: bash test.sh
tty: true

posted @ 2021-05-13 09:37  i舒  阅读(86)  评论(0)    收藏  举报