removed unused variable

This commit is contained in:
Bruvv
2022-01-01 13:45:49 +01:00
parent 032f2be8cc
commit 2b843f2681

View File

@@ -11,7 +11,6 @@
"webui": "http://[HOST]:[PORT:5000]", "webui": "http://[HOST]:[PORT:5000]",
"devices": [], "devices": [],
"environment": { "environment": {
"CONFIG_VOLUME": "/data"
}, },
"map": ["config:rw"], "map": ["config:rw"],
"options": { "options": {
@@ -23,7 +22,7 @@
"5000/tcp": 5000 "5000/tcp": 5000
}, },
"ports_description": { "ports_description": {
"5000/tcp": "web interface" "5000/tcp": "Web interface"
}, },
"schema": { "schema": {
"TZ": "str", "TZ": "str",