Skip to content

Commit

Permalink
fix: port clash between InvokeAI and Cockpit (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Jun 14, 2024
1 parent a5b2aaa commit c817600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions just/bluefin-tools.just
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ invokeai:
ContainerName=invokeai
AutoUpdate=registry
Environment=INVOKEAI_ROOT=/var/lib/invokeai
PublishPort=9090:9090
PublishPort=9091:9090
Volume=invokeai.volume:/var/lib/invokeai
SecurityLabelDisable=true
${CUSTOM_ARGS}
Expand All @@ -237,4 +237,4 @@ invokeai:
fi
systemctl --user daemon-reload
systemctl --user start invokeai.service
echo "InvokeAI container started. You can access it at http://localhost:9090"
echo "InvokeAI container started. You can access it at http://localhost:9091"

0 comments on commit c817600

Please sign in to comment.