generationtux/php-healthz

View on GitHub
docker-compose.yaml

Summary

Maintainability
Test Coverage
version: '3'
services:
    app:
        build:
            context: .
            dockerfile: ./Dockerfile
        volumes:
            - ./:/var/www
        ports:
            - 81:80