mirror of
https://github.com/trycua/computer.git
synced 2026-01-10 07:20:10 -06:00
pass api_port to docker provider
This commit is contained in:
@@ -375,6 +375,7 @@ class Computer:
|
||||
verbose=verbose,
|
||||
ephemeral=ephemeral,
|
||||
noVNC_port=noVNC_port,
|
||||
api_port=self.api_port,
|
||||
)
|
||||
else:
|
||||
raise ValueError(f"Unsupported provider type: {self.provider_type}")
|
||||
|
||||
Reference in New Issue
Block a user