#version: '3.9' services: it-tools: image: corentinth/it-tools tty: true restart: unless-stopped stdin_open: true container_name: it-tools ports: - '8007:80'