Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

Docker Container for MariaDB, I am getting "bind: address already in use" error message [duplicate]

I am trying to setup a new Magento 2 local environment with Docker and the MariaDB container will not start and I get the following message. "Error response from daemon: Ports are not available: ...
Grizzle83's user avatar
0 votes
0 answers
30 views

Mutagen copy multiple times project (4 copy of the same project)

I have project on Docker and I use Mutagen to sync data. Mutage in some case copy project 3 times more and I have 4 folders with projects. My git clone command look like this: git clone git@bitbucket....
Krzysztof Siciński's user avatar
0 votes
0 answers
100 views

Max File Size (php.ini) for Docker on Mac - Magento (markoshust)

I'm working with https://github.com/markshust/docker-magento and trying to import a large mysql db sqldump - about 207MB. I need to modify the php.ini for max_file_size, but apparently, Docker "...
Mike L-SJC's user avatar
0 votes
0 answers
58 views

Magento 2 Infinite Redirect inside docker

I am facing infinite redirect issue with my magento application. I have set up this magento application inside a docker container. When I did set up this project without, it worked fine, but when I ...
Dev Joshi's user avatar
0 votes
1 answer
204 views

Docker + traefik + varnish for magento 2 app

I would like to know if it's possible to configure for a local usage a docker compose with both traefik and varnish. I have created my magento 2 image with nginx on the port 8080. When I use traefik ...
R Lopez's user avatar
  • 189
1 vote
0 answers
33 views

Testing Magento Extension with Cloud Docker for Commerce

I'm currently developing a Magento extension and I'm looking for a community member who is willing to help me test it in their Docker Cloud account. This would involve you running the extension in ...
Farzeen Musthak's user avatar
0 votes
0 answers
320 views

Integrate Xdebug in PhpStorm with docker for Magento 2

I have a Magento 2 project which has a Docker environment and we're running it on Docker. It is running fine but for debugging some issues I opened it with PhpStorm and now want to integrate Xdebug ...
buzz's user avatar
  • 1,066
1 vote
0 answers
184 views

Unable to pull package with Composer version 2.*

I'm building docker image for Magento2 e-shop where we use some packages from magefan.com. Problem is that I'm unable to pull packages from magefan.com while building the image. The problem occurs ...
Michalides's user avatar
0 votes
1 answer
588 views

Can't connect to magento remotely

I am trying to deploy a Magento 2 server with a bitnami docker container in an ec2 and it does not give me a response when connecting outside the server. when i use curl with localhost:80 it gives me ...
Chefaku's user avatar
  • 78
0 votes
2 answers
877 views

How to update the NGINX timeout setting for a Magento 2 Cloud Docker setup

I am working with Magento 2.4.2 (Adobe Commerce Enterprise Edition) and have a local site set up using the Magento Cloud Docker setup. I would like to change the nginx timeout setting to be long ...
Sean's user avatar
  • 1,108
1 vote
3 answers
292 views

Magento2 2.4.3 docker memory limits

I've set up a docker container for the Magento2 installer. I've also set up the db and pass all the env vars through docker-compose to the relevant services. link to repository here Steps to reproduce ...
Richard Howell-Peak's user avatar
1 vote
1 answer
500 views

Docker image doesn't work after installing sample data Magento 2

I installed docker and after that installed Magento 2 bitnami image (in the list of images i can see magento, elasticsearch, mariadb). I entered magento image by id. Deleted temporary files and cache. ...
Elena's user avatar
  • 11
0 votes
1 answer
533 views

installing magento 2 using docker, server has already docker-compose.yml, Should i write separate for magento 2 in the magento folder?

I have a docker-compose.yml on VPS server root version: '3' services: mysql: image: mariadb:10.3.17 command: --max_allowed_packet=256M --character-set-server=utf8mb4 --collation-server=...
Hassan Raza's user avatar
  • 1,526
0 votes
1 answer
52 views

How to set up to use an application on xampp to test api from magento2 installed in Docker?

I have xampp installed set with ports 8081 and ssl to 9001. On xampp I have an application that relies on an api from magento2 (ports 80 and 443) to be populated. This magento2 is installed in docker ...
Matt H.'s user avatar
1 vote
0 answers
86 views

Mageto2 and PWA - How to setup the PWA in exiting Magento Docker?

I have already setup the Magento 2.4.3-P1 project in docker. Now I wants to setup the PWA in same. Please can someone suggest that how I can achieve this?
Rakesh Singh Uniyal's user avatar

15 30 50 per page