1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/opencart/README.md

23 lines
360 B
Markdown
Raw Normal View History

2015-07-26 11:42:40 +00:00
opencart
========
2015-05-27 08:39:04 +00:00
`OpenCart` is designed feature rich, easy to use, search engine
friendly and with a visually appealing interface.
2015-05-27 09:45:11 +00:00
```
opencart:
2015-07-26 11:42:40 +00:00
image: vimagick/opencart
2015-05-27 09:45:11 +00:00
ports:
- "8000:80"
links:
- mysql
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=opencart
restart: always
```