mirror of https://github.com/docker/compose.git
11 lines
173 B
YAML
11 lines
173 B
YAML
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
log_driver: "none"
|
||
|
another:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
log_driver: "json-file"
|
||
|
log_opt:
|
||
|
max-size: "10m"
|