compose/tests/fixtures/logging-composefile-legacy/docker-compose.yml

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"