Skip to content

Missing top level 'services:' in docker-compose.yml #34

@martinacat

Description

@martinacat

docker-compose up doesn't work as the compose file is missing the top level services:

correct syntax:

services:
  rabbitmq:
    image: rabbitmq:3-management
    ports:
      - "5672:5672"
      - "15672:15672"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions