Problem
Please let me know how I can improve this question in the comments below!
How do I stop NebulaGraph Docker Desktop Extension from using the TCP-Port: 7001? 
I know how to manually stop NebulaGraph by toggling on the extension to show its containers (I'm not that new to Docker anymore ). My goal is to have the Graph-Database and Cassandra [Docker] startup automatically.
I expected to see a NebulaGraph Doc that would tell me how to stop the automatic startup. 
Or, I'd find setting-options toggle on the NebulaGraph-Extension or Docker-Extensions. 
But I found no such information nor way to stop just the NebulaGraph-Extension.
I know one of the following would work here:
- Change the TCP-Port of the NebulaGraph-Extension
 - Allow TCP-Port sharing with NebulaGraph-Extension and Cassandra-Docker-container
 - Stop just the singular 
studio-1container or all on Docker-startup 
But I just can't seem to find in when I look through their documentation.
If there's something wrong about how I'm asking, please let me know in the comments so I can fix them!


