Skip to content

Commit

Permalink
🐛 Solve permission issue n8n-io#1240
Browse files Browse the repository at this point in the history
  • Loading branch information
lupa18 committed Dec 19, 2020
1 parent 48830ed commit 72f4cbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/images/n8n/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if [ -d /root/.n8n ] ; then
ln -s /root/.n8n /home/node/
fi

chown -R node /home/node

if [ "$#" -gt 0 ]; then
# Got started with arguments
exec su-exec node "$@"
Expand Down

0 comments on commit 72f4cbd

Please sign in to comment.