Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[Docker] IT-Tools

Really cool tool collection. Check it out here.

https://github.com/CorentinTh/it-tools

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

Leave a Reply

Your email address will not be published. Required fields are marked *