Fabio Cicerchia
Fabio Cicerchia
I finally found a workaround which worked for me, it took me a while and the support from CC was inconclusive :( Bear in mind that my project is in...
Hi @eliransu, could you please provide some more details about the docker image version you're using at the moment? Thank you very much
Hi @sebthom, sorry for the issue you're experiencing, I'm going to start working on this right asap. I'll keep you updated.
I was checking by using you configuration and having nginx-lua and official nginx: ```yml version: '3.7' services: nginx-lua: image: fabiocicerchia/nginx-lua:1-debian # https://hub.docker.com/r/fabiocicerchia/nginx-lua environment: SKIP_TRACK: 1 volumes: - ./htdocs:/usr/share/nginx/html:ro - ./nginx.conf:/etc/nginx/conf.d/default.conf...
I configured a testing swarm cluster and deployed simultaneously both nginx and nginx-lua, the startup time is just 2 seconds apart (based on the first log line). After that, I...
The first message on the official nginx is: ``` /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration ``` which also is present on nginx-lua, with the difference on...
@sebthom I've just pushed the tag `fabiocicerchia/nginx-lua:temporary-nonprod-issue-51` (based on ubuntu:22.04), it is very verbose, could please try to use it and paste here the output of it? Please make sure...
@pgi-jsanchez thank you for the extra details :pray: I tried this configuration: ``` Client: Docker Engine - Community Version: 20.10.7 API version: 1.41 Go version: go1.13.15 Git commit: f0df350 Built:...
Hi @sebthom, did you have the chance to try the custom image I made for this issue? If so, can you please send me the output so I can better...
I could patch the testing docker image to use 5s interval instead of 30s just for debugging purposes (to easily figure out whether that is problem - which it seems...