From e977f12568b38ec03aec7cf943b75f24cd483606 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sat, 25 Nov 2023 23:39:58 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=8A=A0=E4=B8=8A=E5=BD=A9=E8=89=B2?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c06936..1036e8b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ services: bili-sync: image: amtoaer/bili-sync:latest user: 1000:1000 # 此处可以指定以哪个用户的权限运行,不填写的话默认 root,推荐填写。 + tty: true # 加上这一行可以让日志变成彩色 volumes: - /home/amtoaer/Videos/Bilibilis/:/Videos/Bilibilis/ # 视频文件 - /home/amtoaer/.config/nas/bili-sync/config/:/app/config/ # 配置文件