This commit is contained in:
Shaun Collins
2026-03-13 12:21:19 +00:00
committed by shaun collins
commit a0530fb095
31 changed files with 303214 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"