mirror of https://github.com/docker/docs.git
fix init example version
This commit is contained in:
parent
0d9f4aae35
commit
35cefb2f73
|
@ -1140,7 +1140,7 @@ Run an init inside the container that forwards signals and reaps processes.
|
|||
Either set a boolean value to use the default `init`, or specify a path to
|
||||
a custom one.
|
||||
|
||||
version: '2.2'
|
||||
version: '3.7'
|
||||
services:
|
||||
web:
|
||||
image: alpine:latest
|
||||
|
|
Loading…
Reference in New Issue