I want to run a mysql container in windows server 2019. For that, Im using this image: vdkhiem/advancedmysqlcore:5.7.27 When I use this docker-compose file it w
I'm trying to divide my application into multiple containers: frontend (Angular), backend (.NET) & database (MySQL). I've set up all containers and they are
I am building a Node JS Web application. I am using Postgres SQL and Sequelize for the database. I have the docker-compose.yaml with the following content.
I am trying to start a container from the given image below but I am getting the following error: ERROR: for code_challenge_api Cannot start service api: OCI
I'm very new to Docker and I'm confused about how to backup the mongodb database. I'm using 2 containers, both connected through a network. the express app cont
Im getting mkdir(): Permission denied error in dockerised php. I need to create folder dynamically inside /app , tried with mkdir('/app/images/' 0777, true) cho
I have two containers in my docker-compose and my node application does not connect to Sybase database but my local machine connects version: '3' services: a
Decided to try and really understand the docker-compose.yaml file for airflow. At the beginning of the file there is this piece of code. x-airflow-common: &am
Image of the error I am trying to run the 'sudo docker-compose up' command to start some services. Recently, I created some new services, but I keep getting the
I have this weird issue where not all file edits are being picked up by the hot reloader for Django. I have this structure: / app/ ... apps in here. config/
I have a project on docker developing by nextjs and laravel. The project runs successfully on my laptop but when I try to run this project on another sustem wit
I want to use traefik for Espocrm docker-compose.yml file and i tried something but it didn't work can someone help me out this situation. I'm using traefik bec
I am running Docker Enterprise Preview Edition on Windows Server 2019 and have managed to pull and run the docker-compose.yml file below. However shortly afterw
Running localstack and app via docker-compose to dummy a s3 bucket, but getting the error: "msg":"Failed to upload file /test-data/test.txt: The AWS Access Key
as you might quickly notice, I'm not a network nor a docker guru. I appreciate all help big time! I'm trying to run a two applications in two different docker c
I am working on MS Blazor server two projects solution (Core 6) and GitLab. docker-compose.yml file: version: '3.4' services: admin: image: ${DOCKER_RE
I started my Symfony 6 project with Docker successfully. I have a problem when accessing the PHP container and trying to run php bin/console doctrine:migrations
I have a very simple nextjs application where I have two folders which I like to map to the host (developer system) while I deploy this application inside docke
In system1(i.e Host name of Master node), the docker is started using docker swarm init And later the Compose file available in system1 (*.yml) are deployed usi
I wanted to translate this docker CLI command (from smallstep/step-ca) into a docker-compose.yml file to run with docker compose (version 2): docker run -d -v s