Skip to content
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

Docker swarm and Error: nginx-proxy container nginx_proxy isn't running. #998

Open
indapublic opened this issue Feb 22, 2023 · 2 comments
Open

Comments

@indapublic
Copy link

Hey! Decided to try your awesome library (which has been running successfully on my servers for a long time) on the swarm docker and so far it doesn’t work

docker network create nginx-proxy --driver=overlay --scope=swarm
docker service create \
--name nginx_proxy \
--network nginx-proxy \
--mount type=bind,src=//usr/local/share/nginx-proxy/nginx-proxy/data/certs,dst=/etc/nginx/certs \
--mount type=bind,src=//usr/local/share/nginx-proxy/nginx-proxy/data/vhost,dst=/etc/nginx/vhost.d \
--mount type=bind,src=//usr/local/share/nginx-proxy/nginx-proxy/data/html,dst=/usr/share/nginx/html \
--mount type=bind,src=//var/run/docker.sock,dst=/tmp/docker.sock \
--publish 80:80 \
--publish 443:443 \
nginxproxy/nginx-proxy
docker service create \
--name nginx_proxy_acme_companion \
--network nginx-proxy \
--mount type=bind,src=//usr/local/share/nginx-proxy/nginx-proxy/data/certs,dst=/etc/nginx/certs \
--mount type=bind,src=//usr/local/share/nginx-proxy/nginx-proxy/data/vhost,dst=/etc/nginx/vhost.d \
--mount type=bind,src=//usr/local/share/nginx-proxy/nginx-proxy/data/html,dst=/usr/share/nginx/html \
--mount type=bind,src=//var/run/docker.sock,dst=/var/run/docker.sock \
--env NGINX_PROXY_CONTAINER=nginx_proxy \
--env NGINX_DOCKER_GEN_CONTAINER=nginx_proxy \
--env DEFAULT_EMAIL=mail@mymail.com \
nginxproxy/acme-companion

In logs I see

nginx_proxy_acme_companion.1.n9ez87yebulp@alpha    | 2023/02/22 07:57:08 Error: nginx-proxy container nginx_proxy isn't running.

Tried label, NGINX_PROXY_CONTAINER/NGINX_DOCKER_GEN_CONTAINER but nothing helps. Could you give me good advise how to sort it?

@buchdag
Copy link
Member

buchdag commented Mar 14, 2023

Hi @indapublic

Unfortunately Docker swarm isn't supported yet.

@indapublic
Copy link
Author

Thanks @buchdag ! Should I close this or keep in hold?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants