-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Labels
kind/bugIssue reporting a bugIssue reporting a bug

Description
I can't seem to be able to start the container anymore. I get the following in the log when I try:
/app/functions.sh: line 69: self_cid: unbound variable
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.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy'.
My docker commandline is as follows:
docker run -d --name nginx-proxy-letsencrypt --volumes-from nginx-proxy -v /var/run/docker.sock:/var/run/docker.sock:ro jrcs/letsencrypt-nginx-proxy-companion
I've been trying tonnes of permutations of this over the last few hours and now I'm ready to give up. Does anyone have an idea what might be going on? Let me know if you require any additional info.
Metadata
Metadata
Assignees
Labels
kind/bugIssue reporting a bugIssue reporting a bug