You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/measuring/usage-scenario.md
+2
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ services:
101
101
+ Or list items with strings in the format: *MYSQL_PASSWORD=123*
102
102
- `ports:`**[int:int]** *(optional)*
103
103
+ Docker container portmapping on host OS to be used with `--allow-unsafe` flag.
104
+
- `init:`**[boolean]**
105
+
+ Will start a PID 1 *init* process in the container that helps when you are experiencing zombie processes and memory leaks. See [Docker Docs](https://docs.docker.com/reference/cli/docker/container/run/#init) for details
104
106
- `depends_on:`**[list|dict]** *(optional)*
105
107
+ Can either be an list of services names on which the service is dependent. It affects the startup order and forces the dependency to be started (container state = "running") before the service is started.
106
108
+ Or it can be an dict where you can specify a condition. The `condition` can have two values:
0 commit comments