mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 13:51:40 -08:00
Merge pull request #8 from Moonlite-Media/setting-up-nginx
removing --listen
This commit is contained in:
commit
db1770e292
1 changed files with 1 additions and 1 deletions
2
.github/workflows/on_merge_to_master.yaml
vendored
2
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
cd ..
|
||||
|
||||
# Run the application in the background using nohup
|
||||
nohup python launch.py --nowebui --deforum-api --listen --api --port $PORT > nohup.out 2>&1 &
|
||||
nohup python launch.py --nowebui --deforum-api --api --port $PORT > nohup.out 2>&1 &
|
||||
|
||||
# Detach from the SSH session to prevent hanging
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue