1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00: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