-
SassBinary.php: 135
file_exists('/etc/alpine-release') ? 'linux-musl' : 'linux';
On bin/console sass:build -> critical Error because System didnt allow to check this path.
Fixed it by hardcodin…
-
I have a PHP application in AWS Elastic Beanstalk using Docker. In my dockerfile i use `FROM webdevops / php-nginx: alpine-php7` however I need to add the Oracle extension to use `oci_connect.` How ca…
ghost updated
5 years ago
-
### Symfony version(s) affected
7.1.3
### Description
I'm experiencing basically the same issue as what this guy reported on the Openlayers repo: https://github.com/openlayers/openlayers/issu…
-
I've got a strange issue when using full cacheing strategy in production.
If I clear the static cache, the page loads fine ( as there is not cached file to load yet ). However the generated html ha…
-
FROM php:7.2-fpm-alpine
https://github.com/dbjpanda/drupal-on-docker/blob/fea3ead5414653985ef6bed3051d25e3777820ae/docker/php/Dockerfile#L1
And don't add unnecessary packages rather than requir…
-
### Have you already looked into this bug?
- [x] I have checked the [Troubleshooting Guide](https://devilbox.readthedocs.io/en/latest/support/troubleshooting.html)
- [x] I have checked [Release notes…
-
PHP does not read environment variables
using docker-compose.yml file:
```
version: '3.7'
services:
nginx-php-fpm-app:
image: tiredofit/nginx-php-fpm:8.2-alpine
volumes:…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
During swag container start, several chmod error message appear in the log. I've checked all …
-
## Description
When using `docker-compose up` on a Windows or Linux machine, the build fails at line https://github.com/WPO-Foundation/webpagetest/blob/master/docker/local/Dockerfile-php#L45.
It …
-
I am trying to get the `fpm-alpine` image to work with nginx.
`docker-compose.yml`
````yaml
version: "3.7"
networks:
mynet:
volumes:
mariadb_data:
phpmyadmin_data:
services:
…