Skip to content
Discussion options

You must be logged in to vote

YAML is great because it is a more human-readable form of JSON. YAML is terrible because many/most parsers will not point out syntax errors in a useful way.

This block describing the containers is not properly formatted, as under bedrock should be a list of items.

containers:
  bedrock:
    -name: bedrock_bds
    ssh: bds:2222
    passwordFile: /bds/.remote-console.yaml
    worlds:
      - /bds/worlds/Empire

It should look like this instead (and indenting is important):

containers:
  bedrock:
    - name: bedrock_bds
      ssh: bds:2222
      passwordFile: /bds/.remote-console.yaml
      worlds:
        - /bds/worlds/Empire

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@ReticentRobot
Comment options

Answer selected by ReticentRobot
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@ReticentRobot
Comment options

@ReticentRobot
Comment options

@ReticentRobot
Comment options

@Kaiede
Comment options

@ReticentRobot
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants