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

15 lines
242 B
YAML

version: 2
services:
simple:
image: busybox:latest
command: top
logging:
driver: "none"
another:
image: busybox:latest
command: top
logging:
driver: "json-file"
options:
max-size: "10m"