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

external network dependency #22

Open
1 task
pierreozoux opened this issue Nov 26, 2016 · 5 comments
Open
1 task

external network dependency #22

pierreozoux opened this issue Nov 26, 2016 · 5 comments

Comments

@pierreozoux
Copy link
Member

pierreozoux commented Nov 26, 2016

  • Update readme to explain why and how to get started.
@neohunter
Copy link

docker-compose up
ERROR: Network lb_web declared as external, but could not be found. Please create the network manually using `docker network create lb_web` and try again.

Should I run that command?

@josmitc
Copy link

josmitc commented Oct 5, 2017

I had to create the network manually.

@newnewcoder
Copy link

I had to create network too.

@almereyda
Copy link
Member

The network is usually configured during installation of libre.sh

Please also see https://github.com/indiehosters/nextcloud/issues/8#issuecomment-357113943 for more hints.

@ouchiko
Copy link

ouchiko commented Jul 20, 2018

I had the same issue, reolved with this process

git clone https://github.com/libresh/compose-matomo
cd compose-matomo
docker network create lb_web
docker network create back
MYSQL_ROOT_PASSWORD=<PASS> docker-compose up

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

6 participants