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

Fix global network warning while running ee shell #59

Open
kirtangajjar opened this issue Jan 3, 2019 · 0 comments · May be fixed by #93
Open

Fix global network warning while running ee shell #59

kirtangajjar opened this issue Jan 3, 2019 · 0 comments · May be fixed by #93
Assignees

Comments

@kirtangajjar
Copy link
Contributor

kirtangajjar commented Jan 3, 2019

Getting following warning while running ee shell on a PHP site:

WARNING: Some networks were defined but are not used by any service: global-backend-network

This is occurring because a PHP site without DB or cache has global backend network in it's docker-compose.yml, but it's not used.

So to fix this issue, we need to add global backend network in docker-compose.yml only when --cache or --with-db flag is passed.

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

Successfully merging a pull request may close this issue.

2 participants