docker
docker copied to clipboard
Running Shopware in Docker for Production
See https://medium.com/nttlabs/dockercon-2023-reproducible-builds-with-buildkit-for-software-supply-chain-security-0e5aedd1aaa7
Hello - I have created a custom Shopware theme that I am compiling with `theme:compile`. I can see that the two expected theme folders are created under `/var/www/html/public/theme`:  I...
# Summary: A request with the header "Transfer-Encoding: chunked" will cause Caddy to spawn a php_fastcgi process, which hangs forever. After upgrading to Shopware 6.6 (using `shopware/docker`), our shop would...
Hey there, firstly a big thank you for this wonderufl repo! For me it works like a charm but there is one question I can't answer myself. How can I...
One of the shops i maintain has a product with a name that starts with '...' The url to the product looks something like this: myshop.de/...productname With the nginx Docker...
It's really cool to just `composer require shopware/docker`, but the provided `Dockerfile` does not match the example in Readme. Can you tell me why?
In the README one can see this line ``` FROM ghcr.io/shopware/docker-base:8.2-nginx as base-image ``` This image seems to have been changed by removing /usr/local/shopware/setup_6.6.x This should not be an issue...
It would be very handy if the local Docker setup based on Docker Compose could support the utilisation of the `deployment-helper`. It would make the configuration of Shopware easier.
Currently, when the local dev setup based on Docker Compose is running, a couple of environment variables are missing, which prevents the correct execution of Shopware. The setup needs to...
Currently error_reporting get set through `PHP_ERROR_REPORTING=E_ALL` wich result in an empty `error_reporting`. https://github.com/shopware/docker/blob/main/fpm/Dockerfile#L64 https://github.com/shopware/docker/blob/main/frankenphp/Dockerfile#L47