How to edit port of ob2 in docker compose files?

Hello, i tried searching for the local files of ob2 /data/compose/6/ but i found only this files (image in screenshot) but to edit ports following this post there was no such file i checked every corner on my workspace 0_0 so how am i supposed to edit the port and btw if you asking why i would do such a thing its bc am running my server behind proxy cloudflare and cloudflare only allows specefic ports ( if you wanna learn more its in here )
so if anyone could possibly tell me where i can find this appsettings.json well basically all the files that are present in ob2 and thank you.

Sometimes a good strong cup of coffee will cure the brainfarts :sleepy:
The appsettings.json file is located in the main folder. Select appsettings.json Release to change your port.

Captured

Sorry for the extremely late reply. If you use docker-compose then you should be able to just map the port of the service in the container to the port on the host, right? I think changing that mapping would be the easiest solution, without having to change the web app settings at all.