Running Easy Script to get docker instance but cant access bench

Hi,
I’m a novice regarding docker, so I wonder how you run commands after installing frappe / erpnext using the easy installer. I cannot seem to run the bench commands in the frappe_docker folder, but it says that it has been successfully installed. Is there anything I would need to do to access my site created by the script?

I’m running this on a proxmox server, so it not running on the cloud and want to have 2 names for the bench, one local and another for incoming traffic out of the network.

Used the tutorial below to create the next instants.

@Trailer_MD you have to open the container using this command where my container is your container id .

docker exec -it <mycontainer> bash

Thanks for the reply,
Do you know what each container does what and how you would access the frappe instance created using the script I’ve tried going to ports 80, 8080 and 443 but can’t see anything.

there are a lot of containers what do they do?
frontend-1
queue-short-1
websocket-1
scheduler-1
backend-1
queue-long-1
redis-cache-1
proxy-1
db-1
redis-queue-1