1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
dockerfiles/opencart/README.md

25 lines
403 B
Markdown
Raw Normal View History

2015-07-26 19:42:40 +08:00
opencart
========
2015-11-03 11:00:59 +08:00
[OpenCart][1] is designed feature rich, easy to use, search engine
2015-05-27 16:39:04 +08:00
friendly and with a visually appealing interface.
2015-05-27 17:45:11 +08:00
```
opencart:
2015-07-26 19:42:40 +08:00
image: vimagick/opencart
2015-05-27 17:45:11 +08:00
ports:
- "8000:80"
links:
- mysql
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=opencart
restart: always
```
2015-11-03 11:00:59 +08:00
[1]: http://www.opencart.com/index.php