Commit 510abc

2025-05-26 21:07:47 MB Tech: -/-
/dev/null .. docker compose files/it-tools.md
@@ 0,0 1,13 @@
+ # It-Tools
+
+ Docker compose file
+
+ ```yaml
+ services:
+ it-tools:
+ image: 'corentinth/it-tools:latest' # The Docker image to use.
+ ports:
+ - '8070: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.
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9