Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/compose/compose-file/05-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ Optionally, limit the number of restart retries the Docker daemon attempts.
```

You can find more detailed information on restart policies in the
[Restart Policies (--restart)](/engine/reference/run/#restart-policies---restart)
[Restart Policies (--restart)](../../reference/cli/docker/container/run.md#restart)
section of the Docker run reference page.

## runtime
Expand Down Expand Up @@ -1599,7 +1599,7 @@ security_opt:
- label:role:ROLE
```

For further default labeling schemes you can override, see [Security configuration](https://docs.docker.com/engine/reference/run/#security-configuration).
For further default labeling schemes you can override, see [Security configuration](../../reference/cli/docker/container/run.md#security-opt).

## shm_size

Expand Down Expand Up @@ -1661,7 +1661,7 @@ sysctls:
You can only use sysctls that are namespaced in the kernel. Docker does not
support changing sysctls inside a container that also modify the host system.
For an overview of supported sysctls, refer to [configure namespaced kernel
parameters (sysctls) at runtime](https://docs.docker.com/engine/reference/commandline/run/#sysctl).
parameters (sysctls) at runtime](../../reference/cli/docker/container/run.md#sysctl).

## tmpfs

Expand Down