Closed iamike closed 6 years ago
sorry, I fixed it. no need for mirror 2 port just 80 is enough, this one is crucial
CMS_LINK_POLICY=secure
Whenever the container is behind a proxy, you'll need to useCMS_LINK_POLICY=secure
.
I should point out CMS_BACKEND_FORCE_SECURE
defaults to false
for this purpose as well.
when I was developing at local site. sometimes I need using ngrok to reflect the local environment to the outside world. but it seems it doesn't have some config that can let me to do this. so How can I have 127.0.0.1:443 open? ideally, if I can set ports at docker-compose file just like this:
it will be great.
I tried:
but the template still using http:// not https for the source files