tHaxWLa
Results
1
issues of
tHaxWLa
### 描述 比如合并为同一个容器,定时运行 这个是我改的多容器yml ``` version: '3' services: shanmite-lottery-update: image: shanmite/lottery_auto_docker container_name: update restart: unless-stopped volumes: - ./env.js:/lottery/env.js - ./my_config.js:/lottery/my_config.js command: ["update"] extra_hosts: - "gitee.com:154.213.2.253" - "github.com:140.82.113.4" - "raw.githubusercontent.com:185.199.108.133" shanmite-lottery-start:...
enhancement
help wanted