Skip to content

Commit

Permalink
调整章节顺序,添加qb的容器配置
Browse files Browse the repository at this point in the history
  • Loading branch information
firemakergk committed Feb 22, 2023
1 parent 029c6c3 commit 043e9e0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ VirtrIO驱动下载地址:https://fedorapeople.org/groups/virt/virtio-win/dire

TrueNas:
- [硬盘直通](./details/pve硬盘直通.md)
- [配置用户及权限](./details/truenas下配置用户及权限.md)
- [配置存储池](./details/TrueNAS存储池配置.md)
- [配置用户及权限](./details/truenas下配置用户及权限.md)
- [配置NFS](./details/TrueNAS下的NFS服务配置.md)
- [配置SMB](./details/TrueNas配置SMB.md)
- [配置WebDAV](./details/TrueNAS下的WebDAV服务配置.md)
Expand Down
17 changes: 17 additions & 0 deletions files/setup_aquar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,23 @@ services:
ports:
- 8172:8172
restart: unless-stopped
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ="Asia/Shanghai"
- WEBUI_PORT=8082
volumes:
- /opt/aquar/storages/apps/qbittorrent/config:/config
- /opt/aquar/storages/aquarpool/qbdownloads:/downloads
# - /opt/vc/lib:/opt/vc/lib #optional
ports:
- 8082:8082
- 6881:6881
- 6881:6881/udp
restart: unless-stopped
EOF
mkdir -p /opt/aquar/src/docker-compose/mariadb.init.d
touch /opt/aquar/src/docker-compose/mariadb.init.d/init.sql
Expand Down

0 comments on commit 043e9e0

Please sign in to comment.