1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/prestashop/README.md

35 lines
569 B
Markdown
Raw Normal View History

2017-12-19 07:01:51 +00:00
prestashop
==========
[PrestaShop][1] has comprehensive product features for small, medium or large
ecommerce stores and sell online. Hundreds of features are standard and 100%
free.
## docker-compose.yml
```yaml
prestashop:
image: vimagick/prestashop
ports:
- "8000:80"
links:
- mysql
volumes:
- /var/www
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=prestashop
restart: always
```
2017-12-19 08:20:20 +00:00
## Documentation
<http://doc.prestashop.com/dashboard.action>
2017-12-19 07:01:51 +00:00
[1]: https://www.prestashop.com/