IT-Tools
33788Useful tools for developer and people working in IT.
#tools #hash text #bcrypt #qr code #crontab #Live Demo #Screenshots
2025-04-12
2025-04-12
Getting Started
- Create a folder and move to it
mkdir it-tools && cd it-tools - Create a
docker-compose.ymlfile and add the following content:docker-compose.ymlservices: it-tools: image: corentinth/it-tools:latest container_name: it-tools restart: unless-stopped ports: - "8080:80" - Start the service using docker compose.
docker compose up -d - Open the browser and go to http://localhost:8080 to access the IT-Tools.