fix: add umask to allow access with winscp

This commit is contained in:
2026-01-23 11:02:18 +00:00
parent 231462e143
commit 73a935e393

View File

@@ -17,12 +17,13 @@ services:
- GENERIC_TIMEZONE=Europe/Paris
- N8N_RESTRICT_FILE_ACCESS_TO=""
- N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES=false
- UMASK=002
networks:
- reverse-proxy
volumes:
n8n_data:
external: true
networks:
reverse-proxy: