mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
🐛 Fix docker run with tunnel
This commit is contained in:
@@ -6,4 +6,5 @@ if [ -d /root/.n8n ] ; then
|
||||
ln -s /root/.n8n /home/node/
|
||||
fi
|
||||
|
||||
exec gosu node n8n
|
||||
if [ "$#" -gt 0 ]; then shift; fi
|
||||
exec gosu node n8n $@
|
||||
|
||||
@@ -6,4 +6,5 @@ if [ -d /root/.n8n ] ; then
|
||||
ln -s /root/.n8n /home/node/
|
||||
fi
|
||||
|
||||
exec su-exec node n8n
|
||||
if [ "$#" -gt 0 ]; then shift; fi
|
||||
exec su-exec node n8n $@
|
||||
|
||||
Reference in New Issue
Block a user