diff --git a/apps/n8n/config.json b/apps/n8n/config.json index 7f46a4fc..568ac138 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -4,8 +4,8 @@ "available": true, "port": 8094, "id": "n8n", - "tipi_version": 4, - "version": "0.198.2", + "tipi_version": 5, + "version": "0.199.0", "categories": [ "automation" ], diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index f735d62e..de3b611f 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.198.2 + image: n8nio/n8n:0.199.0 restart: unless-stopped ports: - ${APP_PORT}:5678