mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
20 lines
323 B
YAML
20 lines
323 B
YAML
# https://github.com/CorentinTh/it-tools
|
|
# https://it-tools.tech/
|
|
|
|
# Useful tools for developer and people working in IT
|
|
|
|
name: it-tools
|
|
|
|
services:
|
|
it-tools:
|
|
container_name: it-tools
|
|
image: corentinth/it-tools:latest
|
|
ports:
|
|
- 8095:80
|
|
networks:
|
|
- proxy
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|
|
|