Skip to content

Wrong "dns capabilities" setting in many examples #83

@faxioman

Description

@faxioman

I see this conf in many of the examples available in this repo:

"capabilities": {
    "portMappings": true,
    "dnsCapabilities": true
},

This should be fixed like this:

"capabilities": {
    "portMappings": true,
    "dns": true
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions