chore(deps): update n8nio/n8n docker tag to v0.234.0 (#732)
This commit is contained in:
parent
fdf7fa9d6b
commit
f585f40791
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8094,
|
"port": 8094,
|
||||||
"id": "n8n",
|
"id": "n8n",
|
||||||
"tipi_version": 16,
|
"tipi_version": 17,
|
||||||
"version": "0.233.1",
|
"version": "0.234.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"automation"
|
"automation"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
container_name: n8n
|
container_name: n8n
|
||||||
image: n8nio/n8n:0.233.1
|
image: n8nio/n8n:0.234.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:5678
|
- ${APP_PORT}:5678
|
||||||
|
|
Loading…
Reference in New Issue
Block a user