1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/magento/docker-compose.yml

15 lines
215 B
YAML
Raw Normal View History

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