auto / docker-compose.yml
github-actions[bot]
GitHub deploy: cdd1251aafcc7267d5c51954d23cb4565eba35a0
cc9afac
Raw
History Blame Contribute Delete
197 Bytes
services:
autoread:
image: 14790897/auto-read:latest
container_name: auto-read
env_file:
- ./.env
- ./.env.local
restart: unless-stopped # 容器退出时重启策略