Files
docker-templates/it-tools/docker-compose.yml
T
nprasad2077 7a349036c5
hello-world / hello (push) Successful in 18s
new services
2026-09-19 04:15:15 -05:00

8 lines
146 B
YAML

services:
it-tools:
image: corentinth/it-tools:latest
container_name: it-tools
restart: unless-stopped
ports:
- '8080:80'