skip to Main Content

The docker compose doesn't run – Debian

I tried to up the docker compose and received the following error: $ docker-compose up Creating network "evaluatehumanbalance_default" with the default driver Pulling redis (redis:6.0.6)... 6.0.6: Pulling from library/redis bf5952930446: Pull complete 911b8422b695: Pull complete 093b947e0ade: Pull complete 5b1d5f59e382: Pull…

VIEW QUESTION

Docker: Apache in Apple Silicon M1 – Debian

I have a docker-compose.yml file: version: '1' services: mariadb: image: 'docker.io/bitnami/mariadb:10.3-debian-10' ports: - '3307:3306' volumes: - ./db:/bitnami/mariadb environment: - MARIADB_USER=bn_wordpress - MARIADB_DATABASE=bitnami_wordpress - ALLOW_EMPTY_PASSWORD=yes wordpress: image: 'docker.io/bitnami/wordpress:5-debian-10' ports: - '8081:8080' - '8444:8443' volumes: - ./wp:/bitnami/wordpress depends_on: - mariadb environment: -…

VIEW QUESTION

Redis – Try "Automated software delivery using Docker Compose and Amazon ECS", but fail at Compose2Cloudformation

■Disability Summary Try "Automated software delivery using Docker Compose and Amazon ECS", but fail at Compose2Cloudformation at the end of the CodePipeline. ■Verification environment OS:Windows 10 Professional Terminal:MINGW64 AWS CL:aws-cli/2.2.13 Python/3.8.8 Windows/10 exe/AMD64 prompt/off Docker Compose:Docker Compose version 1.0.17 ■Procedures…

VIEW QUESTION
Back To Top
Search