Commit 79f5e1
2026-01-12 21:29:40 mb tech: added it-tools| /dev/null .. docker compose files/it-tools.md | |
| @@ 0,0 1,11 @@ | |
| + | # It-Tools |
| + | |
| + | ```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. |
| + | ``` |
