acme-companion
acme-companion copied to clipboard
added docker compose 3 example config for two containers
trafficstars
in docker compose version 3 the volumes_from function is removed. Therefore another way is needed to connect both containers together. One option is to use the NGINX_PROXY_CONTAINER env variable
Thank you for this @seekermarcel !