PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Classes of uche   PHP Job Portal Project API   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Job Portal Project API
API to post working jobs and let freelancers apply
Author: By
Last change:
Date: 2 years ago
Size: 343 bytes
 

Contents

Class file image Download
version: '2' volumes: logs: driver: local services: slim: image: php:7-alpine working_dir: /var/www command: php -S 0.0.0.0:8080 -t public environment: docker: "true" ports: - 8080:8080 volumes: - .:/var/www - logs:/var/www/logs