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

All Questions

0 votes
0 answers
41 views

docker compose --> nginx cannot load certificate

I am very new to Docker and containers. I am using docker-compose to start up my application. I keep getting this error: 2024/07/19 17:05:54 [emerg] 1#1: cannot load certificate "/etc/nginx/certs/...
finn's user avatar
  • 1
0 votes
0 answers
18 views

Frontend and backend connection problem of docker containerized web app [duplicate]

I am trying to use docker to containerize my web app(frontend: vite-react, backend:.net8, database: azure sqlserver). I built dockerfiles for both frontend and backend, nginx.conf for frontend, and ...
DINGYANG ZUO's user avatar
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
1 answer
122 views

Development in docker container using Visual Studio 2022 (Not Visual Code)

So at the moment, all the microservices I am working with have been containerised and in Docker desktop. The current process is to have the containers running in Docker desktop, opening the project in ...
Farhad 95's user avatar
0 votes
0 answers
44 views

Upgrading bitnami/moodle container

I have a setup based on what is described in https://hub.docker.com/r/bitnami/moodle # Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 version: '2' services: ...
Jussi's user avatar
  • 1
0 votes
1 answer
48 views

How to stop containers with docker-compose down? when it's not working

nginx-nodejs-redis-web1-1 | Web application is listening on port 5000 nginx-nodejs-redis-web2-1 | Web application is listening on port 5000 nginx-nodejs-redis-nginx-1 | 172.18.0.1 - - [20/Jun/...
void_meet's user avatar
0 votes
1 answer
55 views

Difficulty in dockerizing a microservice which is already using redis container

I am using bullmq in that microservice and due to which I am using redis, now the issue is that now when I am trying to dockerize this microservice I am unable to do it as I am inexperienced so I can'...
Preet Khatri's user avatar
4 votes
2 answers
257 views

apache and php in seperate containers on ubuntu

I have pulled apache and php-fpm:alpine images into docker-compose.yml as services and trying to connect between these two containers but failed to do so. It says requested URL was not found on the ...
Vishy's user avatar
  • 285
0 votes
1 answer
47 views

package.json not found in docker container

Project works fine when running with docker run but fails (to find package.json) when runing with docker compose up. Following is the project structure: ├── api │   ├── app.js │   ├── Dockerfile │   ├─...
Md. A. Apu's user avatar
  • 1,086
0 votes
1 answer
96 views

How to mount azure Share file to conatiners (in VM ) via docker compose?

I am using Docker compose to create 5 containers in VM and i want to mount the azure files share to each container. my docker-compose.yml file is as follow : version: '3.8' services: jenkins: ...
rewa's user avatar
  • 1
0 votes
1 answer
129 views

I tried to update Adguard running on Portainer and now it is broken. Can't access the web UI

I intended to update all my containers running in Portainer to the latest version. For that I ran the following commands in order to update the containers: First I ran: docker-compose pull Then I ran:...
ErickJota's user avatar
0 votes
1 answer
27 views

Docker attach remotely to a container running on a different Machine in the same LAN [Solved]

I have a laptop running Ubuntu 22.04, and a desktop computer running Ubuntu 24.04, within the same LAN. I would like to be able to attach a docker container running on the desktop, from the laptop. ...
Daniel Rossi's user avatar
1 vote
1 answer
33 views

Why does docker and docker compose gives separate results while accessing /opt directory?

I have a docker compose file that contains 2 containers, the completion of the first container is essential before the second container starts. If I run the following docker command: docker run -v /...
Navin Chandra's user avatar
0 votes
1 answer
44 views

Docker volume --mount command is not working

I am trying to create a docker volume of mongo that can be used even after a container is deleted. The volume works with the command docker run -d --name mongo-local -p 27017:27017 -v mongo-local:/...
Sandeep M's user avatar
  • 320
0 votes
2 answers
69 views

docker reverse proxy on a server, for multiple websites that are in different containers

I have a lemp server on docker: mysql container php container reverse proxy container and then for each website a nginx container that have their own files of the website so each website container ...
tiago calado's user avatar

15 30 50 per page
1
2 3 4 5
39