[go: nahoru, domu]

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

Deploy script adds disallowed property name to network in docker-stack.yml #336

Open
andretheronsa opened this issue Jan 10, 2021 · 1 comment

Comments

@andretheronsa
Copy link
andretheronsa commented Jan 10, 2021

When running the deploy.sh script docker stack deploy -c ... fails with:

networks.traefik-public Additional property name is not allowed

The following gets added to the docker-stack.yml by docker-compose -f docker-compose.yml config > docker-stack.yml

networks: traefik-public: external: true name: traefik-public

This goes for docker-compose file version 3.3 and 3.6.

If I remove the name: traefik-public line everything works fine. I am not that experienced with docker networks but why is config adding a property that docker stack deploy does not allow?


Ubuntu 20.04
Docker version 20.10.2, build 2291f61
docker-compose version 1.27.4, build 40524192
docker-py version: 4.3.1
CPython version: 3.7.7
OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019

@andretheronsa andretheronsa changed the title Deploy script adds disallowed name property to network Deploy script adds disallowed property name to network in docker-stack.ym Jan 10, 2021
@andretheronsa andretheronsa changed the title Deploy script adds disallowed property name to network in docker-stack.ym Deploy script adds disallowed property name to network in docker-stack.yml Jan 10, 2021
@ttamg
Copy link
ttamg commented Jan 29, 2021

I also have the same issue.

Using:

  • Ubuntu 20.04
  • Docker 19.03.13
  • docker-compose 1.27.4

Simple fix was to move the version up to 3.6 in the docker-compose.yml and that then enabled it to spin up the stack.

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

No branches or pull requests

3 participants