@@ -52,7 +52,7 @@ and the `-f` flag will be automatically prepended to each file.
5252Example: ` web.yaml db.yaml `
5353Output: ` -f web.yaml -f db.yaml `
5454
55- ### mode <Badge type =" warning " > Compose Only</ Badge > {#mode}
55+ ### mode <Badge type =" warning " text = " Compose Only " />
5656
5757Enable Docker Compose mode by setting this to ` compose ` .
5858
@@ -61,7 +61,7 @@ instead of [stack deploy](https://docs.docker.com/reference/cli/docker/stack/dep
6161
6262Example: ` compose `
6363
64- ### args <Badge type =" warning " > Compose Only</ Badge > {#args}
64+ ### args <Badge type =" warning " text = " Compose Only " / > {#args}
6565
6666Compose arguments to pass to the ` compose up ` command. Only used for ` mode: compose ` deployments.
6767The ` detach ` flag defaults to false for compose. With no args the default is ` --remove-orphans --force-recreate ` .
@@ -137,7 +137,7 @@ _Compose._ You can also add to the [args](#args) with `--env-file stringArray`.
137137That is set in your compose file as normal.
138138:::
139139
140- ### detach <Badge type =" warning " > Swarm Only</ Badge > {#detach}
140+ ### detach <Badge type =" warning " text = " Swarm Only " / > {#detach}
141141
142142Set this to ` false ` to not exit immediately and wait for the services to converge.
143143This will generate extra output in the logs and is useful for debugging deployments.
@@ -146,13 +146,13 @@ Defaults to `false` in `mode: compose`.
146146
147147See the [ stack deploy Options] ( https://docs.docker.com/reference/cli/docker/stack/deploy/#options ) for more details.
148148
149- ### resolve_image <Badge type =" warning " > Swarm Only</ Badge > {#resolve-image}
149+ ### resolve_image <Badge type =" warning " text = " Swarm Only " / > {#resolve-image}
150150
151151When the default ` always ` is used, this argument is omitted.
152152
153153See the [ stack deploy Options] ( https://docs.docker.com/reference/cli/docker/stack/deploy/#options ) for more details.
154154
155- ### registry_auth <Badge type =" warning " > Swarm Only</ Badge > {#registry-auth}
155+ ### registry_auth <Badge type =" warning " text = " Swarm Only " / > {#registry-auth}
156156
157157Set to ` true ` to deploy with ` --with-registry-auth ` .
158158
0 commit comments