31 lines
545 B
YAML
31 lines
545 B
YAML
---
|
|
|
|
# IT Tools
|
|
# Collection of various IT tools
|
|
# Created by CorentinTh
|
|
# ↳ https://github.com/CorentinTh/it-tools
|
|
|
|
services:
|
|
it-tools:
|
|
image: corentinth/it-tools:latest
|
|
container_name: it-tools
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
- proxy
|
|
# ports:
|
|
# - 80:80
|
|
|
|
environment:
|
|
PUID: 1000
|
|
PGID: 1000
|
|
|
|
volumes:
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|
|
|
|
# Documentation available at https://github.com/CorentinTh/it-tools |