2026-08-13 17:59:23 +08:00
|
|
|
# run:: docker compose -p it-tools --env-file ./it-tools/env.cfg -f ./it-tools/compose.yml up -d
|
2024-05-20 17:58:30 +08:00
|
|
|
|
2024-03-03 13:15:36 +08:00
|
|
|
services:
|
|
|
|
|
|
|
|
|
|
it-tools:
|
2024-05-20 17:58:30 +08:00
|
|
|
image: ${IMAGE_TAG}
|
2024-03-03 13:15:36 +08:00
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
|
|
|
|
- "8380:80"
|