PHP Classes

File: docker-compose.yml

Recommend this page to a friend!
  Packages of Dwight José Trujillo Barco   Dynamic Values System   docker-compose.yml   Download  
File: docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dynamic Values System
Manipulate values to be displayed dynamically
Author: By
Last change:
Date: 12 days ago
Size: 171 bytes
 

Contents

Class file image Download
version: '5' services: app: build: . ports: - "8080:80" depends_on: - redis redis: image: redis:8.0-alpine ports: - "6379:6379"