diff --git a/apps/n8n/config.json b/apps/n8n/config.json index d75a5680..ff99be0c 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8094, "id": "n8n", - "tipi_version": 20, - "version": "0.236.1", + "tipi_version": 21, + "version": "0.236.2", "categories": [ "automation" ], diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index 14876e4f..ceb76953 100644 --- a/apps/n8n/docker-compose.yml +++ b/apps/n8n/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: n8n: container_name: n8n - image: n8nio/n8n:0.236.1 + image: n8nio/n8n:0.236.2 restart: unless-stopped ports: - ${APP_PORT}:5678