version: '3.7'
services:

  php:
    container_name: "php-fpm"
    build:
      context: ./
      dockerfile: ./Dockerfile
    volumes:
      - ../backend:/var/www/html/
    restart: on-failure