-
I note there is a Dockerfile in the repository.
It would be helpful to have some information about installation with Docker (ideally with docker-compose).
Is the docker installation working/tested…
-
I got error as follow;
fopen(C:\wamp64\www\testacb\storage\tmp/0EqoGVGAIMqcft1Q.pdf): failed to open stream: No such file or directory
I created 'tmp' folder under 'storage' directory.
I use WA…
-
**Prior to placing the issue, please check following:** *(fill out each checkbox with a `X` once done)*
- [x] I understand that not following below instructions might result in immediate closing …
-
Openshift 3.7
Deploy from S2I (externally)
$ oc new-app https://github.com/weepee-org/openshift-apache-php7.git --name apache-php7
The pod throws out the error below.
/bin/sh: npm: not fo…
-
I saw this was asked in #691, however it's not really a permenant start.
I added `restart: always` to the container settings in `docker-compose.yml`, but cron doesn't restart.
You can reproduce …
-
Used names of files and folders with accents (Brazil pt_BR). I had to set the chart and set the environment variables.
To work I had to add these environment variables:
```
env:
- …
-
I'm attempting to load the embedding data of a Youtube video but that results in a network exception, without an error message
> `[Unknown Error] Uncaught Embed\Http\NetworkException:`
```php
(ne…
-
### Have you checked our Troubleshooting page for your issue?
- [X] I have checked the Troubleshooting page
### Is there already an issue for your problem?
- [X] I have checked older issues, open a…
-
После обновления до текущей версии перестал собираться контейнер с php
Исходный с 7.2 собирался нормально.
```
# docker-compose build
[+] Building 0.0s (0/0)
[+] Building 0.1s (0/2)
=> [inter…
-
Basically, I did these steps:
`symfony new ppm-test`
`cd ppm-test`
` docker run -v `pwd`:/var/www -p 8080:80 phppm/nginx --static-directory=public/`
Output:
```
/var/www
+------------------…