diff --git a/n8m/compose.yml b/n8m/compose.yml index 6ac81aa..db0c27d 100644 --- a/n8m/compose.yml +++ b/n8m/compose.yml @@ -12,5 +12,5 @@ services: - WEBHOOK_URL=https://${HOSTNAME}/ - GENERIC_TIMEZONE=${GENERIC_TIMEZONE} volumes: - - n8n_data:/home/node/.n8n + - ./n8n_data:/home/node/.n8n - ${PATH_TO_DATA}:/files \ No newline at end of file