version: "3.1" services: php: build: context: . dockerfile: Dockerfile ports: - "8080:80" volumes: - .:/app