Skip to content

Composition validation allows volumes with relative paths #55

Description

@pipex

Example

version: '2'
services:
  data:
    build: ./data
    expose:
      - '8080'
    volumes:
      - my-data:./other-data
      - my-other-volume:$HOME/data

volumes:
  my-data:
  my-other-volume:

Is allowed by balena-compose but causes the supervisor to fail container creation with

(HTTP code 500) server error - invalid volume specification

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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