Files
Bruchtal/compose/it-tools/docker-compose.yml
2026-03-05 18:39:06 +01:00

7 lines
339 B
YAML

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.