vanilla-docker icon indicating copy to clipboard operation
vanilla-docker copied to clipboard

A sweet Docker setup for Vanilla Forums

Results 20 vanilla-docker issues
Sort by recently updated
recently updated
newest added

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - images/php-fpm/Dockerfile We recommend...

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

This PR will close #125 Specify the version of 3.1.0 for Xdebug in the PHP Dockerfile so that a) it will run and b) you can continue to debug.

``` #0 25.05 pecl/xdebug requires PHP (version >= 8.0.0, version

``` $ docker-compose up WARNING: The IMGPROXY_KEY variable is not set. Defaulting to a blank string. WARNING: The IMGPROXY_SALT variable is not set. Defaulting to a blank string. WARNING: The...

I was following the steps mentioned here https://github.com/vanilla/vanilla-docker. After I ran the command: docker-compose up --build, the build stopped with the following error. nginx | nginx: [emerg] invalid number of...

When attempting to execute `php composer.phar install` on MacOS 11.2.2 (20D80)/Homebrew PHP 8.0.3/Composer 1.10.20 installed via `php composer-setup.php --version 1.10.20`, I run into the following issue, which may be due...

I'm trying to follow the README on MacOS 11.2.2. The default PHP version installed appears to be `7.3.4`: ``` ➜ php --version WARNING: PHP is not recommended PHP is included...

We had a task to Create a docker file with ubuntu image 1. Create a print.sh file which has code to print date and time 2. Write a cron file...