fix(core): Update docker compose setup for V1 images (#6642)
This commit is contained in:
committed by
GitHub
parent
e57e85edf7
commit
05007d894e
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ "$#" -gt 0 ]; then
|
||||
# Got started with arguments
|
||||
node "$@"
|
||||
n8n "$@"
|
||||
else
|
||||
# Got started without arguments
|
||||
n8n
|
||||
|
||||
Reference in New Issue
Block a user