You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-15 01:24:34 +02:00
Fix nginx entrypoint
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user