context: ./ container_name: php_web depends_on: - db volumes: - ./php/:/var/www/html/ ports: - 8080:80 stdin_open: true tty: true restart: always