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

network ubuntu_net declared as external, but could not be found #2

Open
cmeessen opened this issue Sep 26, 2022 · 0 comments
Open

network ubuntu_net declared as external, but could not be found #2

cmeessen opened this issue Sep 26, 2022 · 0 comments

Comments

@cmeessen
Copy link

When following the database-migration/README.md on my local machine, I could not continue at the step where I should start the migra container:

$ docker-compose --file database-migration.yml up
network ubuntu_net declared as external, but could not be found

The name of the network in docker-compose.yml is net, so I renamed the networks in database-migration.yml to net, and changed the networks block to:

networks:
  net:

After that, migra was in the same docker network and could find the running database container.

@ewan-escience would you like to have a PR about this?

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

1 participant