PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   Discretion   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Discretion
Show contact forms and deliver encrypted mail
Author: By
Last change:
Date: 2 years ago
Size: 360 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 public/index.php environment: docker: "true" ports: - 8080:8080 volumes: - .:/var/www - logs:/var/www/logs