summaryrefslogtreecommitdiff
path: root/php8.0.2-apache-postgres-mongodb-xdebug/docker-compose.yml
blob: 1a6b2b1a1a9cfc4e3ecdaa8b6781478e68f095f2 (plain)
1
2
3
4
5
6
7
8
9
10
version: '3'
services:
    web:
        build:
            context: .
            dockerfile: Dockerfile
        ports:
            - "8003:80"
        volumes:
            - .:/var/www/html