1version: '3.9' 2 3x-logging: &default-logging 4 options: 5 max-size: "40m" 6 max-file: "10" 7 driver: json-file 8 9services: 10 blackarch: 11 container_name: blackarch 12 build: 13 context: . 14 dockerfile: Dockerfile.blackarch 15 16