Merge pull request #8 from Moonlite-Media/setting-up-nginx

removing --listen
This commit is contained in:
Darrel Pol 2024-10-12 19:33:46 -05:00 committed by GitHub
commit db1770e292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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