Skip to content

Docker-Compose getting error #17

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

Open
SHAMUH2020 opened this issue Oct 27, 2020 · 2 comments
Open

Docker-Compose getting error #17

SHAMUH2020 opened this issue Oct 27, 2020 · 2 comments

Comments

@SHAMUH2020
Copy link

docker-compose up -d getting ERROR: could not find plugin bridge in v1 plugin registry: plugin not found.

@SHAMUH2020
Copy link
Author

@initcron Could you please help me with this?

@ppdouble
Copy link

ppdouble commented May 11, 2022

like this?? how-to-deal-with-error-plugin-bridge-not-found?:

networks:
      nacos_net:
        ipam:
          driver: bridge
          config:
            - subnet: "10.0.2.0/24"

change driver: bridge as driver: default. then you will get a bridge network

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