Skip to content

Commit

Permalink
Merge pull request #18 from erik73/ports
Browse files Browse the repository at this point in the history
Do not run on host network
  • Loading branch information
erik73 authored Feb 3, 2021
2 parents 4b506ee + fda95bb commit d5eb603
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions steve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@
"panel_icon": "mdi:CarElectric",
"map": ["ssl"],
"services": ["mysql:need"],
"host_network": true,
"ports": {
"8180/tcp": 8180
},
"ports_description": {
"8180/tcp": "SteVe TCP port"
},
"hassio_api": true,
"options": {
"timezone": "CET",
"httpport": "8180",
"admin_user": "admin",
"admin_password": null
},
"schema": {
"timezone": "str",
"httpport": "str",
"admin_user": "str",
"admin_password": "str",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
Expand Down

0 comments on commit d5eb603

Please sign in to comment.