PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Classes of Steeven Lim   o2system   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: o2system
Start projects using the with O2System Framework
Author: By
Last change:
Date: 3 years ago
Size: 209 bytes
 

Contents

Class file image Download
version: '2' services: php: image: o2system/o2system-docker:7.1-apache volumes: - ~/.composer-docker/cache:/root/.composer/cache:delegated - ./:/app:delegated ports: - '8000:80'