docker-compose.yml 197 B

123456789101112
  1. simple:
  2. image: busybox:latest
  3. command: top
  4. logging:
  5. driver: "none"
  6. another:
  7. image: busybox:latest
  8. command: top
  9. logging:
  10. driver: "json-file"
  11. options:
  12. max-size: "10m"