docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
323 B

3 years ago
# docker-compose.yml
version: "3"
services:
oneindex:
image: setzero/oneindex
environment:
- REFRESH_TOKEN=0 * * * *
- REFRESH_CACHE=*/10 * * * *
# - DISABLE_CRON=true
# - SSH_PASSWORD=root
# - TZ=Asia/Shanghai
volumes:
- ./config:/var/www/html/config
- ./cache:/var/www/html/cache