version: '3.7' services: php: container_name: "php-fpm" # depends_on: # - redis # - mysql build: context: ./ dockerfile: ./Dockerfile volumes: - ../backend:/var/www/html/ restart: on-failure