RocketChat / Docker.Official.Image

Docker hub - community managed image
291 stars 217 forks source link

Traefik changes + Restart Policy #184

Closed dudanogueira closed 1 year ago

dudanogueira commented 1 year ago

I noticed that in some circumstances, traefik will not bind to port 80 if it's not explicitly defined a route for that port.

It worked initially, but for some reason it stopped binding to port 80, so this set of new instructions will make sure port 80/web is mapped and always redirecting to 443/websecure

Also, set restart policy to always in both traefik and docker-compose.yml, as it was not starting at reboot.

debdutdeb commented 1 year ago

do you mind also updating the default mongo version?