We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6321 commit 555dc3cCopy full SHA for 555dc3c
v3/default/service.dhall
@@ -12,4 +12,5 @@
12
, healthcheck = None ./../type/health_check.dhall
13
, networks = None ./../type/networks.dhall
14
, dns = None ./../type/text_or_list.dhall
15
+, network_mode = None Text
16
}
v3/type/service.dhall
, healthcheck : Optional ./health_check.dhall
, networks : Optional ./networks.dhall
, dns : Optional ./text_or_list.dhall
+, network_mode: Optional Text
0 commit comments