services: app: container_name: nginx-dauntless image: nginx-dauntless build: context: . dockerfile: Dockerfile restart: always ports: - "9929:8080"