./update-options

This commit is contained in:
Robert Hensing 2021-04-10 11:50:51 +02:00
parent aed2c40e77
commit e44c2c95ac

View file

@ -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]