PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Classes of Edward Paul   PHP Football Manager   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Football Manager
Application to manage football championships
Author: By
Last change:
Date: 2 years ago
Size: 373 bytes
 

Contents

Class file image Download
version: '2' services: app: image: kyleparisi/larasible ports: - 80:80 environment: - APP_ENV=testing volumes: - ./:/var/www/default mysql: image: mysql:5.7 ports: - 3306:3306 environment: - MYSQL_DATABASE=homestead - MYSQL_USER=homestead - MYSQL_PASSWORD=secret - MYSQL_ROOT_PASSWORD=secret