Coder Social home page Coder Social logo

docker-shopware's People

Contributors

chudomir-delchev-dnh avatar mkafadarov avatar nikolaivanovski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-shopware's Issues

Shopware 5.6.2 is missing

There is currently no image for shopware 5.6.2 (this one is quite important because of many bugfixes). Also the latest version in download-shopware.sh is only shopware 5.6.1.

5.5.4-php7/Dockerfile

You created the php7 image from dnhsoft/shopware-base:5.2.x instead of dnhsoft/shopware-base:5.2.x-php7

pictures missing after restart

after running restart-containers.sh all pictures in media directory are missing
actually I use SW 5.2.20 with php7 but I had this problem already since 5.2.12

mysql database not found when running init.sh

Hello,
I use this docker compose file:

shop:
  image: dnhsoft/shopware:5.5.4-php7
  links:
   - db
   - mailhog
  volumes:
   - "./../dev:/shopware/custom/plugins/dev"
  ports:
   - "8000:80"

db:
  image: tutum/mysql:5.6
  volumes:
   - ".database:/var/lib/mysql"
  environment:
   MYSQL_PASS: 123456

pma:
  image: dnhsoft/phpmyadmin:4.6.0
  links:
   - db
  ports:
   - "8001:80"

mailhog:
  image: mailhog/mailhog
  expose:
   - "1025"
   - "8025"
  ports:
   - "8025:8025"

When I run your init.sh (I got this from example 6 "how to develop a plugin"), I see the following:

Waiting for mysql server...
Waiting for mysql server...
Waiting for mysql server...
Waiting for mysql server...
Waiting for mysql server...
Waiting for mysql server...

It works with dnhsoft/shopware:5.1.6 โ€ฆ
What do I wrong?

xdebug

Is there a way to use xdebug with this docker container to debug using PhpStorm?

Thank you!
Daniel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.