You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to use this to ultimately run nextcloud. I am running this on a QNAP nas box which does know about docker but does not know docker-compose ... although it is installed. So I thought I'd give it a shot.
setup lb_web worked the git worked and then:
` docker-compose up -d
Removing haproxy_ocsp_1
Removing haproxy_discovery_1
Starting haproxy_letsencrypt-web_1
Recreating 1d41a4a77454_1d41a4a77454_haproxy_ocsp_1
haproxy_letsencrypt_1 is up-to-date
Recreating 59b308ab6a62_59b308ab6a62_haproxy_discovery_1
ERROR: for letsencrypt-web Cannot start service letsencrypt-web: failed to create endpoint haproxy_letsencrypt-web_1 on network lb_web: adding interface vethe3c819c to bridge ubr-db7943c3bff failed: could not find bridge ubr-db7943c3bff: route ip+net: no such network interface
ERROR: for discovery Cannot start service discovery: failed to create endpoint haproxy_discovery_1 on network lb_web: adding interface veth65197d6 to bridge ubr-db7943c3bff failed: could not find bridge ubr-db7943c3bff: route ip+net: no such network interface
ERROR: for ocsp Cannot start service ocsp: failed to create endpoint haproxy_ocsp_1 on network lb_web: adding interface veth1c6b03e to bridge ubr-db7943c3bff failed: could not find bridge ubr-db7943c3bff: route ip+net: no such network interface
ERROR: Encountered errors while bringing up the project.`
when I check the docker network I got: docker network ls NETWORK ID NAME DRIVER 09a0ba68ec50 bridge bridge 9633f73d5aae haproxy_default bridge c545021a49ee host host db7943c3bffa lb_web bridge 28d48d039085 none null
what am I doing wrong?
The text was updated successfully, but these errors were encountered:
I know you open this ticket a long time ago, but better late than never ;)
Personally in my docker-compose.yml I force both discovery and oscp to not having access to internet by adding network_mode: none
as you could see here
For your error, it's look related to QNAP or more specific OpenVSwitch but not related on how to execute it.
Tried to use this to ultimately run nextcloud. I am running this on a QNAP nas box which does know about docker but does not know docker-compose ... although it is installed. So I thought I'd give it a shot.
setup lb_web worked the git worked and then:
` docker-compose up -d
Removing haproxy_ocsp_1
Removing haproxy_discovery_1
Starting haproxy_letsencrypt-web_1
Recreating 1d41a4a77454_1d41a4a77454_haproxy_ocsp_1
haproxy_letsencrypt_1 is up-to-date
Recreating 59b308ab6a62_59b308ab6a62_haproxy_discovery_1
ERROR: for letsencrypt-web Cannot start service letsencrypt-web: failed to create endpoint haproxy_letsencrypt-web_1 on network lb_web: adding interface vethe3c819c to bridge ubr-db7943c3bff failed: could not find bridge ubr-db7943c3bff: route ip+net: no such network interface
ERROR: for discovery Cannot start service discovery: failed to create endpoint haproxy_discovery_1 on network lb_web: adding interface veth65197d6 to bridge ubr-db7943c3bff failed: could not find bridge ubr-db7943c3bff: route ip+net: no such network interface
ERROR: for ocsp Cannot start service ocsp: failed to create endpoint haproxy_ocsp_1 on network lb_web: adding interface veth1c6b03e to bridge ubr-db7943c3bff failed: could not find bridge ubr-db7943c3bff: route ip+net: no such network interface
ERROR: Encountered errors while bringing up the project.`
when I check the docker network I got:
docker network ls NETWORK ID NAME DRIVER 09a0ba68ec50 bridge bridge 9633f73d5aae haproxy_default bridge c545021a49ee host host db7943c3bffa lb_web bridge 28d48d039085 none null
what am I doing wrong?
The text was updated successfully, but these errors were encountered: