mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-04 14:52:11 -08:00
adding listen on docker run
This commit is contained in:
parent
38b3996910
commit
a28e761a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,4 +56,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
RUN pip install --no-cache-dir python-dotenv insightface
|
||||
|
||||
# Run the application
|
||||
CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--api", "--port", "7861"]
|
||||
CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--listen", "--api", "--port", "7861"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue