1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:15:04 +02:00
dockerfiles/magento/docker-compose.yml

15 lines
215 B
YAML
Raw Normal View History

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