./update-options
This commit is contained in:
parent
aed2c40e77
commit
e44c2c95ac
1 changed files with 22 additions and 0 deletions
|
@ -525,6 +525,28 @@ Default::
|
||||||
|
|
||||||
No Example:: {blank}
|
No Example:: {blank}
|
||||||
|
|
||||||
|
== services.<name>.service.dns
|
||||||
|
|
||||||
|
See link:https://docs.docker.com/compose/compose-file/#dns[Docker Compose#dns]
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
=== details
|
||||||
|
|
||||||
|
Type:: list of strings
|
||||||
|
Default::
|
||||||
|
+
|
||||||
|
----
|
||||||
|
[]
|
||||||
|
----
|
||||||
|
|
||||||
|
|
||||||
|
Example::
|
||||||
|
+
|
||||||
|
----
|
||||||
|
["8.8.8.8","8.8.4.4"]
|
||||||
|
----
|
||||||
|
|
||||||
|
|
||||||
== services.<name>.service.entrypoint
|
== services.<name>.service.entrypoint
|
||||||
|
|
||||||
See link:https://docs.docker.com/compose/compose-file/#entrypoint[Docker Compose#entrypoint]
|
See link:https://docs.docker.com/compose/compose-file/#entrypoint[Docker Compose#entrypoint]
|
||||||
|
|
Loading…
Reference in a new issue