[TOOLS][SSL] Added bin/boostrap_certificates.sh, allowing for easy configuration of SSL certificates with Let's Encrypt

This commit is contained in:
Hugo Sales
2020-05-05 01:23:55 +00:00
committed by Hugo Sales
parent 3b5789639b
commit a97c511c7a
14 changed files with 272 additions and 49 deletions

11
docker/php/entrypoint.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
/wait_for_db.sh
echo "Got response from DB"
for script in /var/entrypoint.d/*.sh; do
$script
done
exec php-fpm