docker-apache-letsencrypt icon indicating copy to clipboard operation
docker-apache-letsencrypt copied to clipboard

This docker-image contains a simple Apache webserver and supports https-encryption by great Let's Encrypt certificates!

Results 3 docker-apache-letsencrypt issues
Sort by recently updated
recently updated
newest added

Hi. I have a dockerfile and docker-compose.yml file that starts an Apache-PHP-Node environment which has been tested to satisfaction. The dockerfile is ``` FROM php:8.0-apache COPY . /var/www/html RUN docker-php-ext-install...

``` *** Running /etc/my_init.d/init_letsencrypt.sh... *** Booting runit daemon... *** Runit started as PID 26 ``` /etc/letsencrypt contains cli.ini, so this check: ``` if ([ ! -d $LETSENCRYPT_HOME ] || [...