1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/magento/docker-compose.yml
2016-07-04 14:03:16 +08:00

15 lines
215 B
YAML

magento:
image: vimagick/magento
ports:
- "8000:80"
links:
- mysql
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=magento
restart: always