Hi,
First of all thank you for your work, that is saving me a lot of time and headache !
I have followed the instruction in your video https://www.youtube.com/watch?v=eiTivLeIkm0, and have noticed that an error occur when I execute the install script for nginx-proxy :
You must inform the required argument(s) to the function: 'env_update_variable' string: DOCKER_HOST_ROOTLESS_PATH
Since you updated recently the nginx-proxy-automation repo to support docker rootless, I believe the the option --docker-rootless should be added as argument when running ./fresh-start.sh in the installation script. That is what I did and it fixed the error.
Hi,
First of all thank you for your work, that is saving me a lot of time and headache !
I have followed the instruction in your video https://www.youtube.com/watch?v=eiTivLeIkm0, and have noticed that an error occur when I execute the install script for nginx-proxy :
You must inform the required argument(s) to the function: 'env_update_variable' string: DOCKER_HOST_ROOTLESS_PATHSince you updated recently the nginx-proxy-automation repo to support docker rootless, I believe the the option
--docker-rootlessshould be added as argument when running./fresh-start.shin the installation script. That is what I did and it fixed the error.