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

docker-compose.yml: stale 'frontend' network #830

Open
kousu opened this issue Mar 5, 2018 · 3 comments
Open

docker-compose.yml: stale 'frontend' network #830

kousu opened this issue Mar 5, 2018 · 3 comments

Comments

@kousu
Copy link

kousu commented Mar 5, 2018

If you manually spawn into one of the docker containers you get this warning

sfl@juniorroulant:/var/www/sous-chef$ docker-compose exec web bash
WARNING: Some networks were defined but are not used by any service: frontend
#

This is because in docker-compose.yml

...
networks:
  frontend:
  backend:

Removing the frontend: line makes the warning go away.

@erozqba
Copy link
Contributor

erozqba commented Apr 8, 2018

@kousu Could you review and test the PR #832?
Thanks in advance!

@kousu
Copy link
Author

kousu commented Apr 11, 2018 via email

@kousu
Copy link
Author

kousu commented Apr 16, 2018 via email

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