With v3, I have this setup:
- Some sites running port 80
- Some sites running port 443
- Some sites running port 8080
- Some sites running port 8080 can only access from local
How can I archive this on v4? Seems like I have to change docker-compose of my site, or nginx-proxy service too?
Yeah, I have to manually edit Nginx config to make it works. Can I do this with EEv4: custom port for each site?