善解人意屬實有點害羞 (@joegodwanggod) 在 n8n 更新後出事了 (五刀claude) 中发帖
https://n8n.comalot.me:5678/form-test/4258eb4a-e4da-41a3-9c9d-60cf7d637159
他都會像這樣多跑出5678端口
原本不會的
設置
根據 docker-compose.yml 文件,以下是 n8n 相關的完整配置:
n8n 相關服務配置
1. n8n 專用 PostgreSQL 資料庫服務
n8npostgres:
image: postgres:latest
container_name: n8npostgres
environment:
POSTGRES_USER: myuser
POSTGRES_PASSWORD: mypassword
POSTGRES_DB: n8n_db
volumes:
- n8npgdata:/var/lib/postgresql/d...