docker icon indicating copy to clipboard operation
docker copied to clipboard

🐳

Results 47 docker issues
Sort by recently updated
recently updated
newest added

Hi Team, I'm getting mutliple `Waiting for confirmation of MySQL service startup` in loop, even I've define every my SQL env variable. ``` ARG SERVER ENV DB_SERVER=${SERVER} ARG USER ENV...

I use docker compose and prestashop PHP-FPM image, however we need a HTTP server. But the default image httpd (apache), uses as default path : /usr/local/apache2/htdocs Prestashop image is configured...

Hello, I am currently using PrestaShop with Docker-Compose and before going further I would like to test the update of PrestaShop. Currently I use the tags of images to move...

Hi Team, I'm getting `An error occurred during installation... You can use the links on the left column to go back to the previous steps, or restart the installation process...

`` version: '3.8' services: prestashop: image: prestashop/prestashop:${APP_VERSION} container_name: ${APP_NAME} ports: - ${APP_PORT}:80 volumes: - prestashop:/var/www/html environment: - PS_DEMO_MODE=1 - PS_INSTALL_AUTO=1 - PS_DOMAIN=${APP_SITE_URL}:{APP_PORT} - PS_LANGUAGE=en - PS_COUNTRY=GB - PS_ALL_LANGUAGES=true - DB_SERVER=mysql...

I have tried to install different combinations of PS-PHP but they all failed with the same "PHP Fatal error" when launching the installer script. For example: > ... > prestashop-1.7...

I'm running Docker 4.5.0 on a 2021 MacBook Pro with an Apple M1 Pro chip and get this warning when using PrestaShop images: ``` WARNING: The requested image's platform (linux/amd64)...

Using Mac with M1 chip, and Docker Desktop. Running the commands to create PS1783 for example: `docker network create prestashop-net` `docker run -ti --name some-mysql --network prestashop-net -e MYSQL_ROOT_PASSWORD=admin -e...

| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | This PR aims to use buildx builder in order to create multi-arch images of PrestaShop. As Docker doesn't support local...

WIP

My Prestashop over Docker install in working well but the multiboutique is not working at all. I activated multiboutique option in the admin and create shops with there proper URL......

bug