From 7ea5126d191f9c1c657b5915c1753ff1b9f5501c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E9=9B=A8=E9=9B=BE=E5=87=87?= Date: Thu, 24 Oct 2024 17:49:50 +0800 Subject: [PATCH] fix: fix docker-compose depend services name error --- docs/en/user_guide/install_with_command/README.md | 2 +- docs/zh/user_guide/install_with_command/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/user_guide/install_with_command/README.md b/docs/en/user_guide/install_with_command/README.md index ea4cdbda..821cedea 100644 --- a/docs/en/user_guide/install_with_command/README.md +++ b/docs/en/user_guide/install_with_command/README.md @@ -31,7 +31,7 @@ services: image: cesign/kubespider:latest depends_on: - qbittorrent - - aria2-qb + - aria2 environment: - PUID=1000 - PGID=1000 diff --git a/docs/zh/user_guide/install_with_command/README.md b/docs/zh/user_guide/install_with_command/README.md index 9a147f2d..a88ab389 100644 --- a/docs/zh/user_guide/install_with_command/README.md +++ b/docs/zh/user_guide/install_with_command/README.md @@ -31,7 +31,7 @@ services: image: cesign/kubespider:latest depends_on: - qbittorrent - - aria2-qb + - aria2 environment: - PUID=1000 - PGID=1000