version: '3.5' services: koodo: container_name: koodo build: context: . dockerfile: Dockerfile ports: - "80:80/tcp" restart: unless-stopped