2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add magento

This commit is contained in:
kev
2015-07-26 19:42:40 +08:00
parent 8d030399de
commit 9ce1f15062
5 changed files with 85 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
magento:
image: vimagick/magento
ports:
- "8000:80"
links:
- mysql
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=magento
restart: always