1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
dockerfiles/magento/docker-compose.yml

15 lines
215 B
YAML
Raw Normal View History

2015-07-26 19:42:40 +08:00
magento:
2016-07-04 14:03:16 +08:00
image: vimagick/magento
ports:
- "8000:80"
links:
- mysql
2015-07-26 19:42:40 +08:00
restart: always
2016-07-04 14:03:16 +08:00
2015-07-26 19:42:40 +08:00
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=magento
restart: always