From 0cfe004239ec645094150b970a564c08670f5a48 Mon Sep 17 00:00:00 2001 From: Darkatse <39111369+Darkatse@users.noreply.github.com> Date: Sun, 3 Apr 2022 14:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3490cbe..0365d15 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,13 +2,13 @@ version: "3" services: mihoyo-bbs: - image: darkatse/mihoyo-bbs - environment: - - CRON_SIGNIN=30 9 * * * - - MULTI=TRUE - volumes: - - .:/var/app - logging: - driver: "json-file" - options: + image: darkatse/mihoyo-bbs + environment: + - CRON_SIGNIN=30 9 * * * + - MULTI=TRUE + volumes: + - .:/var/app + logging: + driver: "json-file" + options: max-size: "1m"