chore(deps): update nodered/node-red docker tag to v3.1.1 (#1725)
This commit is contained in:
parent
93e137b80e
commit
aca2758a53
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "nodered",
|
"id": "nodered",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"automation"
|
"automation"
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,8 @@
|
||||||
"author": "node-red",
|
"author": "node-red",
|
||||||
"source": "https://github.com/node-red/node-red",
|
"source": "https://github.com/node-red/node-red",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
nodered:
|
nodered:
|
||||||
container_name: nodered
|
container_name: nodered
|
||||||
image: nodered/node-red:3.1.0
|
image: nodered/node-red:3.1.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:1880
|
- ${APP_PORT}:1880
|
||||||
|
|
Loading…
Reference in New Issue
Block a user