mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 18:41:48 -08:00
🐛 Fix docker run with tunnel
This commit is contained in:
parent
6f47be5a38
commit
2238651fcd
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue