Nicolas Duchon
Nicolas Duchon
@rhansen I took a glance at the changes, looks good to me, I'll take a closer look and merge by the end of next week at the latest.
@SilverFire just to check that we're on the same page: - this PR should be merged as is with no change to the default behaviour - another PR should be...
Hi. Could you post the details of your nginx-proxy and elasticsearch containers configuration (full compose files for example) + the result of `docker inspect` for both containers ? This issue...
Disclaimer : I'm not a user of php-fpm and not really familiar with it I'm having issues understanding if this "fpm-workaround" that keep being mentioned is something specific to nginx-proxy...
Could you re explain to me how those new `VIRTUAL_*_CONF` would work ? ```yaml php: image: php:fpm environment: VIRTUAL_HOST: example.com VIRTUAL_PROTO: fastcgi VIRTUAL_PORT: 9000 VIRTUAL_ROOT: /var/www/html # Proposed variables to...
> @tkw1536 it should be taken care of where the files are coming from because `SCRIPT_FILENAME` is probably in a vendor file `/etc/nginx/fastcgi_params` or so. @flowl I did not understand...
@elithrar any update about this ?
Hi. The file that get deleted are the symlinks to the certificates, the certificates themselves aren't deleted. For now this behavior can't be disabled, can you tell me more about...
Do you have a compose file of your setup (ningx-proxy, the companion, and your nginx container) or the commands you use to run your containers ?
I think you are running into a race condition : `letsencrypt-nginx-proxy-companion` only generate the symlinks in `/etc/nginx/certs` when the corresponding container is up and running, but your `my_docker_image` container is...