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

Use a docker network rather than linking containers #15

Open
dirkcuys opened this issue Aug 7, 2020 · 0 comments
Open

Use a docker network rather than linking containers #15

dirkcuys opened this issue Aug 7, 2020 · 0 comments

Comments

@dirkcuys
Copy link
Member

dirkcuys commented Aug 7, 2020

This would avoid the problem of having to recreate any containers that depends on another container. ex app container depending on db container. If the db container is recreated, the app container needs to be recreated, otherwise it will link the old container that's nor running anymore

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