What would you like to be improved?
Today in the docker-compose based playground, it exposes the origin port numbers in most of the cases, such as 5432, 3306, 8888, 8080. If there already has a mysql/postgres/trino or other service running, the docker-compose will fail to start, reporting "address already in use" error.
How should we improve?
As a playground running in docker, we can change the exposed port numbers to little-used numbers, to minimize the conflict possibility.
What would you like to be improved? Today in the docker-compose based playground, it exposes the origin port numbers in most of the cases, such as 5432, 3306, 8888, 8080. If there already has a mysql/postgres/trino or other service running, the docker-compose will fail to start, reporting "address already in use" error.
How should we improve? As a playground running in docker, we can change the exposed port numbers to little-used numbers, to minimize the conflict possibility.
The port includes:
5432, 3306,8888,4040,8080,8090,9001,9000,9083,50070