1
0

feat:添加geekbench到列表

This commit is contained in:
okxlin
2024-06-30 23:43:20 +08:00
parent 9701eee266
commit 43db8a8a9d
12 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
geekbench:
image: "davidsarkany/geekbench:5"
container_name: ${CONTAINER_NAME}
restart: "no"
stdin_open: true
tty: true
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true