Skip to content

Commit

Permalink
fix: fix docker-compose depend services name error
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuwusong committed Oct 24, 2024
1 parent 2d68479 commit 7ea5126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/user_guide/install_with_command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
image: cesign/kubespider:latest
depends_on:
- qbittorrent
- aria2-qb
- aria2
environment:
- PUID=1000
- PGID=1000
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/user_guide/install_with_command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
image: cesign/kubespider:latest
depends_on:
- qbittorrent
- aria2-qb
- aria2
environment:
- PUID=1000
- PGID=1000
Expand Down

0 comments on commit 7ea5126

Please sign in to comment.