1version: '3.7' 2 3services: 4 osintgram: 5 container_name: osintgram 6 build: . 7 volumes: 8 - ./output:/home/osintgram/output 9