mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
9 lines
145 B
YAML
9 lines
145 B
YAML
![]() |
services:
|
||
|
it-tools:
|
||
|
container_name: it-tools
|
||
|
image: corentinth/it-tools:latest
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- 8080:80
|
||
|
|