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