studiocreativateam / docker-prestashop
Docker Prestashop
0.1.3
2022-10-14 11:30 UTC
This package is auto-updated.
Last update: 2025-02-14 16:55:30 UTC
README
This package is used as a docker for Prestashop
Usage
- Update your .env file. Set ports, names and password to database.
- Run command
make up
ormake up-win
for windows and wait up to 5 mins after first run. - Go to website http://localhost:8000 <- port from .env file.
- Go to phpmyadmin http://localhost:8080 <- port from .env file.
Usefully commands
- Docker start:
make up
ormake up-win
- Docker stop:
make down
ormake down-win
- Go do bash:
make bash
ormake bash-win
- Make database backup:
make db-dump
Import DB
docker exec -i project_mysql mysql -uprestashop -psecret prestashop < dumps/dump.sql