Answers for "'./docker-compose.yml' is invalid because it contains an invalid type, it should be a string"

0

'./docker-compose.yml' is invalid because it contains an invalid type, it should be a string

version: '3'
services:
  web:
    #build: .
    image: fnndsc/fnndsc.babymri.org
    ports:
      - "8060:8080"
    volumes:
      - type: bind
        source: .
        target: /src/website
    labels:
      name: "FNNDSC Web App"
      role: "FNNDSC Web App development server"
Posted by: Guest on May-20-2021

Code answers related to "'./docker-compose.yml' is invalid because it contains an invalid type, it should be a string"

Browse Popular Code Answers by Language