fix: add umask to allow access with winscp
This commit is contained in:
@@ -17,12 +17,13 @@ services:
|
|||||||
- GENERIC_TIMEZONE=Europe/Paris
|
- GENERIC_TIMEZONE=Europe/Paris
|
||||||
- N8N_RESTRICT_FILE_ACCESS_TO=""
|
- N8N_RESTRICT_FILE_ACCESS_TO=""
|
||||||
- N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES=false
|
- N8N_BLOCK_FILE_ACCESS_TO_N8N_FILES=false
|
||||||
|
- UMASK=002
|
||||||
networks:
|
networks:
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
n8n_data:
|
n8n_data:
|
||||||
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user