Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DockerCompose

Hierarchy

  • DockerCompose

Index

Properties

networks?: { default?: { ipam?: { config?: [{ subnet: string }] } } }

Type declaration

  • Optional default?: { ipam?: { config?: [{ subnet: string }] } }
    • Optional ipam?: { config?: [{ subnet: string }] }
      • Optional config?: [{ subnet: string }]
services: Record<string, DockerComposeService>
version: string | number

Generated using TypeDoc