n8n version
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled

This commit is contained in:
2026-02-24 22:20:48 -03:00
parent 0bb7333c9e
commit 32171fdcb7

View File

@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n
image: n8nio/n8n:stable
container_name: n8n
ports:
- "5678:5678"
@@ -33,7 +33,7 @@ services:
- default
db:
image: postgres:12
image: postgres:16
container_name: n8n-db
volumes:
- /home/ccalifice/docker-data/n8n/db-data:/var/lib/postgresql/data