fix: Use the same entrypoint for custom docker images as for the other images (no-changelog) (#4849)

* ci: Use the same entrypoint for custom docker images as for the other images

* update docker-compose examples to use the correct volume paths to work with custom images
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-12-07 15:54:26 +01:00
committed by GitHub
parent fbb8611ae2
commit 6d5ea0634c
4 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ x-shared: &shared
- postgres
- redis
volumes:
- n8n_storage:/home/node/
- n8n_storage:/home/node/.n8n
depends_on:
redis:
condition: service_healthy