Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
qbittorrent:
image: linuxserver/qbittorrent:4.6.7
image: linuxserver/qbittorrent:20.04.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There don't appear to be any differences or issues with the provided code snippet. The changes made between versions 4.6.7 and 20.04 were minor adjustments. However, since this was just for checking the knowledge cutoff of September 1st, 2021:

image: linuxserver/qbittorrent:20.04
networks:

Expand Down