How to add ports to easyengine

One of my application will listen localhost:10000 , and I added the config to custom/user.conf
But the docker easyengine/nginx-proxy will only listen to port 80 and 443
How can I edit the launch script to mirror the port 10000 between docker and local machine?

Thanks so much

Hey @Enterpr1se,

Unfortunately currently in EEv4, it isn’t possible to create sites that run on ports other than 80 and 443 :slightly_frowning_face:. You can open an issue about it on our GitHub repo - https://github.com/easyengine/easyengine/issues

Thanks.

How about Domain socket?
Is there any way to support it?

Didn’t get what you meant by domain socket. Can you elaborate more on it?

I mean Unix Domain Socket