Skip to content

Commit

Permalink
stop_signal supported with docker stack deploy
Browse files Browse the repository at this point in the history
support was added nearly two years ago,
c.f. docker/cli#370
  • Loading branch information
eMPee584 authored Mar 4, 2019
1 parent cf669f0 commit 580312e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compose/compose-file/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ The following sub-options (supported for `docker-compose up` and `docker-compose
- [network_mode](#network_mode)
- [restart](#restart)
- [security_opt](#security_opt)
- [stop_signal](#stop_signal)
- [sysctls](#sysctls)
- [userns_mode](#userns_mode)

Expand Down Expand Up @@ -1616,10 +1615,6 @@ SIGTERM. Setting an alternative signal using `stop_signal` causes

stop_signal: SIGUSR1

> **Note**: This option is ignored when
> [deploying a stack in swarm mode](/engine/reference/commandline/stack_deploy.md)
> with a (version 3) Compose file.

### sysctls

Kernel parameters to set in the container. You can use either an array or a
Expand Down

0 comments on commit 580312e

Please sign in to comment.