Limpieza e intento de modernizar informe de ventas
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb
|
||||
restart: always
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=aryafoole
|
||||
php:
|
||||
image: php:7.2-apache
|
||||
environment:
|
||||
- APACHE_DOCUMENT_ROOT=/var/www/public
|
||||
- APACHE_SERVERNAME=localhost
|
||||
ports:
|
||||
- 8081:80
|
||||
volumes:
|
||||
- '.:/var/www'
|
Reference in New Issue
Block a user