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