最新的 Homeland 镜像没有 acme.sh 文件,导致 sudo make install_ssl 失败
root@hostker:~/homeland-docker# sudo make install_ssl
docker-compose start web
Starting web ... done
docker-compose run web bash -c 'echo $cert_domain'
Starting homeland_postgresql ... done
Starting homeland_redis ... done
Starting homeland_worker ... done
Starting homeland_app_backup ... done
Starting homeland_app ... done
realx.cc
docker-compose run web bash -c '/root/.acme.sh/acme.sh --issue -d $cert_domain -w /home/app/homeland/public --home /home/app/ssl --debug'
Starting homeland_postgresql ... done
Starting homeland_redis ... done
Starting homeland_worker ... done
Starting homeland_app ... done
Starting homeland_app_backup ... done
bash: /root/.acme.sh/acme.sh: No such file or directory
Makefile:14: recipe for target 'install_ssl' failed
make: *** [install_ssl] Error 127
docker exec 进去容器,没有/root/.acme.sh/acme.sh 文件,切换成 3.5.0 版本的镜像后,安装成功