diff --git a/Deployment/portainer-stack.json b/Deployment/portainer-stack.json index 99317c1..a8e302f 100644 --- a/Deployment/portainer-stack.json +++ b/Deployment/portainer-stack.json @@ -14,7 +14,7 @@ "image": "grafana/grafana:latest-ubuntu", "hostname": "grafana", "restart_policy": "always", - "network": "host", + "ports": ["3000:3000/tcp"], "user": "www-data", "volumes": [ { @@ -47,7 +47,7 @@ "administrator_only": false, "image": "eclipse-mosquitto:2", "hostname": "mosquitto", - "network": "host", + "ports": ["1883:1883/tcp"], "restart_policy": "always", "volumes": [ { @@ -86,7 +86,7 @@ "logo": "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png", "administrator_only": false, "image": "influxdb:2.1", - "network": "host", + "ports": ["8086:8086/tcp"], "hostname": "influxdb", "restart_policy": "always", "volumes": [