modify(it-tools): modify version

This commit is contained in:
cnphpbb 2024-05-20 17:58:30 +08:00
parent 2c5c8e61a0
commit accf3616a4
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# docker compose -p it-tools -f it-tools/compose.yml up -d
version: "3.9"
# run:: docker compose -p memos --env-file ./it-tools/env.cfg -f ./it-tools/compose.yml up -d
services:
it-tools:
image: corentinth/it-tools:latest
image: ${IMAGE_TAG}
restart: unless-stopped
ports:
- "8380:80"

1
it-tools/env.cfg Normal file
View File

@ -0,0 +1 @@
IMAGE_TAG=cnphpbb/it-tools:20240520