mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add magento
This commit is contained in:
14
magento/docker-compose.yml
Normal file
14
magento/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
magento:
|
||||
image: vimagick/magento
|
||||
ports:
|
||||
- "8000:80"
|
||||
links:
|
||||
- mysql
|
||||
restart: always
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=magento
|
||||
restart: always
|
||||
Reference in New Issue
Block a user