feat: it-tools 版本升级至 2024.5.13
This commit is contained in:
parent
f26256d4ee
commit
63ab7a97b5
|
|
@ -1,15 +1,14 @@
|
||||||
services:
|
services:
|
||||||
it-tools:
|
it-tools:
|
||||||
|
image: corentinth/it-tools:2024.5.13-a0bc346
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:80"
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
image: corentinth/it-tools:2023.12.21-5ed3693
|
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Reference in New Issue