Hello,
I’m doing a fresh 3.4 installation of the mender-server using docker compose method.
At step Deployments service (Installation with Docker Compose | Mender documentation), the tutorial indicates the DEPLOYMENTS_AWS_URI key need to be updated and the following command is provided to do so:
sed -i.bak “s/https://set-my-alias-here.com/https://$STORAGE_PROXY_DOMAIN_NAME/g” config/prod.yml
Instead, the git diff indicates the DEPLOYMENTS_AWS_EXTERNAL_URI has been updated (due to the yml template and above sed command). DEPLOYMENTS_AWS_URI is still http://minio:9000.
=> Which part of this is wrong? Can you clarify what should be done and which key should be updated please and how? Is the tutorial wrong or is the yml template wrong ?
Regards,
Joel