From bd08c9baf67dd49f1214b27e36a6695baa2c97b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Tue, 4 Mar 2025 11:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E6=8C=81=E4=B9=85?= =?UTF-8?q?=E5=8C=96=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 5c15dce..d8169b9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -46,7 +46,7 @@ services: - "18000:18000" volumes: - ./:/app - - ./db.sqlite3:/app/db.sqlite3 +# - ./db.sqlite3:/app/db.sqlite3 logging: driver: "json-file" options: @@ -60,7 +60,7 @@ services: command: sh start.sh init_data volumes: - ./:/app - - .db.sqlite3:/app/.db.sqlite3 +# - ./db.sqlite3:/app/db.sqlite3 logging: driver: "json-file" options: