mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Merge pull request #2150 from alexbelgium/create-pull-request/patch-1761438754 nobuild
Github bot: fix linting issues nobuild
This commit is contained in:
@@ -68,7 +68,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
WEBUI_PORT: '8080'
|
||||
WEBUI_PORT: "8080"
|
||||
homeassistant: 2023.12.0
|
||||
image: ghcr.io/alexbelgium/qbittorrent-{arch}
|
||||
ingress: true
|
||||
@@ -82,8 +82,8 @@ map:
|
||||
name: qBittorrent
|
||||
options:
|
||||
DNS_server: 8.8.8.8,1.1.1.1
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
SavePath: /share/qBittorrent
|
||||
Username: admin
|
||||
certfile: fullchain.pem
|
||||
|
||||
Reference in New Issue
Block a user