Removed homepage and added in it tools

This commit is contained in:
Shaun Collins
2026-03-04 14:31:47 +00:00
committed by shaun collins
parent 011ac8df08
commit be0c3a7eca
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
up:
docker-compose up -d
down:
docker-compose down
+9
View File
@@ -0,0 +1,9 @@
version: '3.8'
services:
it-tools:
image: corentinth/it-tools:latest
container_name: it-tools
restart: unless-stopped
ports:
- "8081:80"