version: '3.8' services: web-site: build: context: . dockerfile: Dockerfile container_name: simple-centered-site ports: - "8888:80" restart: always