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:
@@ -69,10 +69,10 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
LANG: en-US
|
||||
PGID: '1000'
|
||||
PORT: '80'
|
||||
PRETTY_URLS: '1'
|
||||
PUID: '1000'
|
||||
PGID: "1000"
|
||||
PORT: "80"
|
||||
PRETTY_URLS: "1"
|
||||
PUID: "1000"
|
||||
WEBTREES_HOME: /var2/www/webtrees
|
||||
image: ghcr.io/alexbelgium/webtrees-{arch}
|
||||
init: false
|
||||
@@ -116,4 +116,4 @@ slug: webtrees
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.2.4-2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
Reference in New Issue
Block a user