Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.
/ docker-shopware Public archive

Run Shopware in a Docker container.

Notifications You must be signed in to change notification settings

jeboehm/docker-shopware

Repository files navigation

docker-shopware

Build Status

Run Shopware in a Docker container.

Installation:

  • Install docker and docker-compose.
  • Copy the docker-compose.yml to a new local project directory. You don't need the other files.
  • Run docker-compose up and wait until the installation process is finished.
  • You can now access Shopware via http://127.0.0.1:8080 (The default backend login is demo/demo).

Images

If you cannot see the demo images, run bin/console sw:media:migrate in your container. You can also just run docker-compose run --rm shopware mediamigrate.

Cronjobs

Run your cronjobs by executing docker-compose run --rm shopware cron.