
IT-Tools
Useful tools for developer and people working in IT.
#tools #hash text #bcrypt #qr code #crontab #Live Demo #Screenshots
Getting Started
- Create a folder and move to it
mkdir it-tools && cd it-tools
- Create a
docker-compose.yml
file 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.