From d7084c2b5499c908cae4385cb3dd4898745bdffe Mon Sep 17 00:00:00 2001 From: CaffeinePower Date: Mon, 30 Jan 2023 20:36:09 +0900 Subject: [PATCH] =?UTF-8?q?[update]=20=E3=83=9E=E3=82=A6=E3=83=B3=E3=83=88?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=ABngwords.txt?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 6f26ae1..5c9d231 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,7 @@ services: - './config.json:/nullcatchan/config.json:ro' - './font.ttf:/nullcatchan/font.ttf:ro' - './data:/nullcatchan/data' + - './ngwords.txt:/nullcatchan/ngwords.txt' restart: always environment: TZ: Asia/Tokyo