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
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:
net
database-migration.yml
networks
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The name of the network in docker-compose.yml is
net
, so I renamed the networks indatabase-migration.yml
tonet
, and changed thenetworks
block to: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?
The text was updated successfully, but these errors were encountered: