This commit is contained in:
2026-03-05 18:40:53 +01:00
parent 18267c3f71
commit be3601b39d
17 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
services:
it-tools:
image: 'corentinth/it-tools:latest' # The Docker image to use.
ports:
- '8880:80' # Maps port 80 inside the container to port 8080 on the host.
restart: unless-stopped # Ensures the container restarts unless it is explicitly stopped.
container_name: it-tools # Custom name for the container.