PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   Laravel Talk   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Talk
Manage a multiple user conversation system
Author: By
Last change:
Date: 5 years ago
Size: 290 bytes
 

Contents

Class file image Download
php55: build: ./docker/php5.5 volumes: - .:/app working_dir: /app php56: build: ./docker/php5.6 volumes: - .:/app working_dir: /app php7: build: ./docker/php7 volumes: - .:/app working_dir: /app hhvm: build: ./docker/hhvm volumes: - .:/app working_dir: /app