-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange issue requiring both from-volume and volume #1177
Comments
Hi I don't know why More details here : https://github.com/nginx-proxy/acme-companion/blob/main/docs/Getting-containers-IDs.md |
Yeah, tried adding them to the nginx--proxy container to still ran into problems. |
Could you provide the exact commands you used for both containers and the resulting container logs ? |
I just tried again but running the code on the main page as it appears in a terminal and both containers run successfully without errors. and now the code I am using is working as it is suppose to without having to put the "certs" and "volumes-form" in the same container. However, I did notice that I had accidentally written the same line of code twice which, could of been the cause of the problem. |
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: