mirror of https://github.com/docker/compose.git
13 lines
197 B
YAML
13 lines
197 B
YAML
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
logging:
|
||
|
driver: "none"
|
||
|
another:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
logging:
|
||
|
driver: "json-file"
|
||
|
options:
|
||
|
max-size: "10m"
|