Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,7 @@ export interface DockerComposeConfig {
* configuration options used by the firewall. Services can be built locally
* or pulled from a registry, and can have complex networking, volume mounting,
* and dependency configurations.
* @internal Internal sub-type of DockerComposeConfig; subject to change with Docker Compose spec updates
*/
export interface DockerService {
/**
Expand Down Expand Up @@ -1631,6 +1632,7 @@ export interface DockerService {
* Defines a custom Docker network or references an external network.
* The firewall uses networks to isolate container communication and assign
* static IP addresses for predictable iptables rules.
* @internal Internal sub-type of DockerComposeConfig; subject to change with Docker Compose spec updates
*/
export interface DockerNetwork {
/**
Expand Down
Loading