Really cool tool collection. Check it out here.
https://github.com/CorentinTh/it-tools
01 02 03 04 05 06 07 08 09 10 11 | version: '3.3' services: it-tools: image: 'corentinth/it-tools:latest' container_name: it-tools restart: unless-stopped ports: - 8080 : 80 environment: - UID=1000 - GID=1000 |