Merge pull request #168 from tiangolo/fix-nginx-certbot

Fix Nginx entrypoint
master
kaiyou 7 years ago committed by GitHub
commit c72b4d92ab

@ -1,6 +1,6 @@
#!/bin/sh
if [[ -z ENABLE_CERTBOT || -f /certs/cert.pem ]]
if [[ -z $ENABLE_CERTBOT || -f /certs/cert.pem ]]
then
cp /etc/nginx/nginx.conf.default /etc/nginx/nginx.conf
else

Loading…
Cancel
Save