Skip to content

Commit 99d4d8b

Browse files
committed
oops - need to actually forward args in the docker inner
1 parent f4bf69a commit 99d4d8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launchtools/docker-open-inner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ cd /SwarmUI
88
HOME=/SwarmUI/dlbackend/linuxhome
99

1010
# Launch as normal, just ensure launch mode is off and host is global (to expose it out of the container)
11-
bash /SwarmUI/launch-linux.sh --launch_mode none --host 0.0.0.0
11+
bash /SwarmUI/launch-linux.sh $@ --launch_mode none --host 0.0.0.0

launchtools/docker-standard-inner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ fi
2828
HOME=/SwarmUI/dlbackend/linuxhome
2929

3030
# Launch as normal, just ensure launch mode is off and host is global (to expose it out of the container)
31-
bash /SwarmUI/launch-linux.sh --launch_mode none --host 0.0.0.0
31+
bash /SwarmUI/launch-linux.sh $@ --launch_mode none --host 0.0.0.0

0 commit comments

Comments
 (0)