cloud

Set AWS Route 53 DNS to Netlify DNS

Assuming your Hugo pages are hosted in Netlify, you may want to set your DNS to Netlify to take advantage of their easy HTTPS setup feature. To do so, Go to your website's Domain settings in Netlify and find the nameservers specified by Netlify.

Docker Openproject

Run Assuming setup is finished. docker run openproject Upgrade First, pull the latest version of the image: docker pull openproject/community:VERSION # e.g. docker pull openproject/community:10 Then stop and remove your existing container (we assume that you are running with the recommended production setup here): docker stop openproject docker rm openproject Then re-setup the openproject container.