have docker installed ( ubuntu ) … multiple docker instances but all redirect to one.
so
xx.domain.com
xxx.domain.com
xxxx.domain.com
all right now are loading xx.domain.com instead of the correct one … How can i fix this ?
Thanks
have docker installed ( ubuntu ) … multiple docker instances but all redirect to one.
so
xx.domain.com
xxx.domain.com
xxxx.domain.com
all right now are loading xx.domain.com instead of the correct one … How can i fix this ?
Thanks
You may need to use nginx as proxy to forward to different dockers as domains
got it fixed. proxy was configured wrong.
thanks