Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-3 votes
0 answers
20 views

Manual IP setting for router does not let docker containers access internet [closed]

I am running Ubuntu on the system, changed ip address from DHCP to manual (192.168.29.106). After changing, the system was able to access the internet, but when I try it from inside a docker container,...
M.K. Malik's user avatar
-1 votes
1 answer
32 views

Access Docker-Compose services running behind a VPN from the Local Network [closed]

I am trying to set up a plex server on a debian linux box using docker-compose, a wireguard VPN, qbittorrent client, and eventually sonarr/radarr. I am having trouble accessing the qbittorrent UI from ...
ajrice6713's user avatar
-1 votes
0 answers
18 views

docker container cannot access the internet

I am using this docker compose yaml to run both jupyter and postgress version: "3" services: jupyter: image: jupyter/scipy-notebook container_name: "my_jupyter" ...
KansaiRobot's user avatar
  • 9,123
0 votes
0 answers
20 views

Connecting to Lando database container from non lando container

I need some help in regard of connecting to lando database from a separate non-lando container. Maybe this is easy? or maybe I'm doing it the wrong way. So basically, I have an initial lando wordpress ...
Harts's user avatar
  • 4,063
0 votes
0 answers
33 views

Docker compose - internal network configuration

I’ve had no specific network configuration before and it worked fine. The thing is, I had to share both external and internal IP address of the service with my contragent in order to set VPN access. ...
marco's user avatar
  • 90
0 votes
1 answer
81 views

Cannot connect docker ip from host

Hello i have create a container using the default network, i want to directly access the container through container ip like : <container_ip>:8088 . But i do not know why i cann't. I know i can ...
be dan chu's user avatar
0 votes
0 answers
43 views

Connection Timeout for AWS-S3 Repository by Elasticsearch

I want to save my backups in AWS,below is my elastic for my docker compose that is run and up and work well and i add to enviornment into this configuration: version: '3' services: elasticsearch: ...
Sasan Askari's user avatar
0 votes
0 answers
31 views

Trying to communicate between services through traefik dns

I've been trying to build a concrete portfolio project to learn about industry tools and new concepts in programming and I decided I was going to do it in a micro-services architecture. I'm trying to ...
BAXYCoding's user avatar
0 votes
0 answers
34 views

Can I assign IP addresses to containers on a Docker network using dnsmasq?

We want to create a bunch of mock services that we can use to test our application. In the real app, we will be assigning IP addresses using dnsmasq. We will be disabling the DNS feature of dnsmasq. ...
Stephen Rasku's user avatar
1 vote
1 answer
71 views

Connect refused between docker containers

Development Environment: MacOS I'm trying to build a microservices application using golang which requires communication between containers. I have 2 services, service-2 on port 8080 and service-1 ...
Krishna Pramod's user avatar
0 votes
0 answers
45 views

Fetch requests time out in a docker compose project but succeed after changes in frontend code

I have a multiple container project of two back-end APIs and a front-end SPA, which I build with docker compose via the command: sudo docker compose up --watch. I have set it up to do healthchecks to ...
Dimitris Papazacharias's user avatar
0 votes
1 answer
162 views

Can't access package server during docker-compose build (ERROR: network bridge not found)

Building and starting of my docker-compose project fails with the error: ERROR: failed to solve: process "/bin/sh -c npm install" did not complete successfully: network bridge not found my ...
meles's user avatar
  • 396
0 votes
0 answers
17 views

Why is it possible to reach one docker container from another with the loopback address? [duplicate]

So I've been given the task to write a docker compose file for three containers. A frontend container, a backend container and a database container. What I have done is this, and it works: ##TODO## ...
J K's user avatar
  • 1
0 votes
0 answers
15 views

getaddrinfo EAI_AGAIN cerberus.profound.works

2024-03-17T08:20:03.773651612Z FetchError: request to https://cerberus.profound.works/api/errors/cqrkw6a7416l2oh/production failed, reason: getaddrinfo EAI_AGAIN cerberus.profound.works 2024-03-17T08:...
tejas nivatkar's user avatar
-1 votes
1 answer
27 views

What to add or correct to make Tomcat communicate with postgresql database in docker compose

I have built a tomcat app as my api with postgresql as the database. On normal deployment the app works fine where the ttomcat app accesses the db well, bbut not when i test it through the docker, I ...
Kwesi Aryee's user avatar

15 30 50 per page
1
2 3 4 5
31