You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Info: running acme-companion version v2.5.1-6-gea11f22
Warning: '/etc/nginx/certs' does not appear to be a mounted volume.
Error: can't access to '/etc/nginx/certs' directory !
Check that '/etc/nginx/certs' directory is declared as a writable volume.
on the other-hand if I put: --volume certs:/etc/nginx/certs
I receive:
Info: running acme-companion version v2.5.1-6-gea11f22
Error: can't get nginx-proxy container ID !
Check that you are doing one of the following :
- Use the --volumes-from option to mount volumes from the nginx-proxy container.
- Set the NGINX_PROXY_CONTAINER env var on the letsencrypt-companion container to the name of the nginx-proxy container.
- Label the nginx-proxy container to use with 'com.github.nginx-proxy.nginx'.
Thanks,
Aaron
The text was updated successfully, but these errors were encountered:
I don't know why --volumes-from was failing in your case but the instructions when not using (or unable to use) --volumes-from are in the log message you quoted.
Hi,
Not sure if it is a bug or not but I found something strange with:
where if I put both
but if I put
--volumes-from nginx-proxy
I receive the error:
on the other-hand if I put:
--volume certs:/etc/nginx/certs
I receive:
Thanks,
Aaron
The text was updated successfully, but these errors were encountered: