Tobias Munk
Tobias Munk
Reminds me about https://github.com/yiisoft/yii2-app-basic/issues/112 :)
Out of curiosity, which tasks on the command line do you execute as `www-data`?
I think this is a special use-case. How do you manage to have the same UID for `www-data` and your host user?
Can you create a PR?
> nginx can read config parts from externally mounted FS That's a huge NO-NO in production with Docker, btw. I don't mean to put them on the same image, but...
> I've heard otherwise. There are many ways of get external FS into container. You mean clustered filesystems with named volumes? Please share some details.
By request https://github.com/yiisoft/yii2-docker/issues/37#issuecomment-393080028 We're running nginx via forego like so https://github.com/dmstr/docker-php-yii2/blob/release/4.x/nginx/Dockerfile-fpm-nginx This has to be proven a very stable setup. Although `forego` is not very actively maintained it's still a...
For reference: https://github.com/dmstr/docker-php-yii2/blob/a9a6acb18e239ee5c4f1620a3db0c0cfa8feba86/nginx/Dockerfile-fpm-nginx Implementation with `supervisord`
Try an Apache 5.6 from here: https://hub.docker.com/r/yiisoftware/yii2-php/tags
Do the ones from here https://github.com/dmstr/docker-php-yii2 work for you? There's another image inbetween, but basically they are built upon the images from here. We could add https://github.com/dmstr/docker-php-yii2/tree/master/nginx to this repo....