Skip to content

Commit

Permalink
Merge pull request #546 from fengyuwusong/main
Browse files Browse the repository at this point in the history
fix: fix docker-compose depend services name error
  • Loading branch information
qingchoulove authored Oct 24, 2024
2 parents 2d68479 + 7ea5126 commit 0762661
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 0762661

Please sign in to comment.