We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have created docker stack file with following configuration
nginx: image: 'nginx:latest' ports:
labels:
But when i am redeploying file, i am getting following error.
Service 'nginx': {u'binddefinition': {u'host_path': [u"'host_path': ../../../volumes/proxy/certs is not a valid absolute path"]}}
The text was updated successfully, but these errors were encountered:
why do not replace ../../../volumes/proxy/certs with an absolute path such as /folder/folder/folder/volumes/proxy/certs ?
Sorry, something went wrong.
No branches or pull requests
I have created docker stack file with following configuration
nginx:
image: 'nginx:latest'
ports:
tags:
volumes:
labels:
nginx-gen:
image: 'jwilder/docker-gen:latest'
tags:
volumes_from:
volumes:
labels:
command: '-notify-sighup nginx -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf'
nginx-letsencrypt:
image: 'jrcs/letsencrypt-nginx-proxy-companion:latest'
tags:
volumes_from:
volumes:
But when i am redeploying file, i am getting following error.
Service 'nginx': {u'binddefinition': {u'host_path': [u"'host_path': ../../../volumes/proxy/certs is not a valid absolute path"]}}
The text was updated successfully, but these errors were encountered: