-
Checking the Dockerfile here; Why does
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nope you can't, the acme-companion container relies on its own internal docker-gen process for config file rendering and process signaling. Theoretically it should be possible to run a single docker-gen container that render the configuration file for and signal both nginx and acme-companion, but the acme-companion container was never built to work that way and would require significant changes to work like this. That's an idea that I had for some time but never developed because that would be completely backward incompatible with existing setups. |
Beta Was this translation helpful? Give feedback.
Nope you can't, the acme-companion container relies on its own internal docker-gen process for config file rendering and process signaling.
Theoretically it should be possible to run a single docker-gen container that render the configuration file for and signal both nginx and acme-companion, but the acme-companion container was never built to work that way and would require significant changes to work like this.
That's an idea that I had for some time but never developed because that would be completely backward incompatible with existing setups.