Add shared folder to docker-compose (#3)

This commit is contained in:
jeanpaul
2024-08-14 15:46:32 +02:00
committed by GitHub
parent c1ee388c67
commit 86c3aca360
2 changed files with 12 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ services:
volumes:
- n8n_storage:/home/node/.n8n
- ./n8n/backup:/backup
- ./shared:/data/shared
depends_on:
postgres:
condition: service_healthy