Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Add port mapping for edge agent #25

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions portainer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
"ssl"
],
"ports": {
"80/tcp": null
"80/tcp": null,
"8000/tcp": null
},
"ports_description": {
"80/tcp": "Web interface (Not required for Hass.io Ingress)"
"80/tcp": "Web interface (Not required for Hass.io Ingress)",
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)"
},
"boot": "auto",
"hassio_api": true,
Expand Down