services:
web:
container_name: web
hostname: web
build:
context: ./
dockerfile: Dockerfile
ports:
- 8085:80