-
### PHP Version
7.4
### Shopware Version
6.4
### Expected behaviour
Running shopware locally with docker on my M1 Mac.
### Actual behaviour
While staring the docker setup on Mac with M1 (ARM) …
-
I moved some docker container to another system recently. Everyhing worked on the old machine. Started the containers on the new machine, but got:
500 Internal Server Error
![grafik](https://githu…
-
## Start
```
make start
```
But ,MySQL don't have data.And it's empty
![image](https://github.com/cytopia/docker-dvwa/assets/95953449/c67c6d47-c70a-4552-a09f-e480df2293d7)
k-0-i updated
2 months ago
-
***Codebase***
Built-in vanilla Drupal or mounted codebase
recommended composer file base template
**Describe your issue**
when trying to generate code via drush using the command make drush ge…
-
I'm running on an M1 MacBook Pro. Just tried setting up and using the [sample](https://vkcom.github.io/kphp/kphp-basics/compile-sample-script.html) script to compile and `kphp` just comes back with "I…
-
If `Dockerfile` and `devcontainer.json` in `D:` drive on Windows (that is `D:\.devcontainer\Dockerfile` & `D:\.devcontainer\devcontainer.json`)
`D:\.devcontainer\Dockerfile`
```dockerfile
ARG V…
-
The project has some composer dependencies not compatible with the last version of php 8 (`php:8-fpm-alpine`).
Also, when building the Docker image of the project, the Linux headers are required to b…
-
Locally, when running cli/test containers the user that is used is `root`. This means when running things like config export, or composer install from inside the container (which is required when your…
-
When calling tests I get a 500 Error Call to undefined function bcmod()
Tested with v5.2.1 on Admidio 4.2.14 (official docker image)
`[Thu Dec 28 04:35:28.032099 2023] [php:error] [pid 62540] [c…
-
## Context
There are too many things to consider when deploying a PHP Docker setup in Kubernetes, many of them related to good practices and others due to how PHP is designed, the intent of this is…