We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9523da commit 0f72b57Copy full SHA for 0f72b57
docker-compose.yml
@@ -61,6 +61,8 @@ services:
61
- 'node-red-test-data:/data'
62
ports:
63
- "1882:1880"
64
+ # port for appmetrics dashboard.
65
+ - "3001:3001"
66
depends_on:
67
- mqtt-test
68
restart: always
node-red-test/Dockerfile
@@ -8,7 +8,7 @@ USER node-red
8
RUN npm install node-red-contrib-resinio
9
RUN npm install node-red-dashboard
10
RUN npm install node-red-contrib-credentials
11
-RUN npm install appmetrics
+# RUN npm install appmetrics
12
RUN npm install appmetrics-dash
13
14
COPY ./settings.js /data/settings.js
0 commit comments