1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00
1Panel-Appstore/apps/geekbench/6/docker-compose.yml
2025-07-03 11:40:55 +08:00

16 lines
271 B
YAML

services:
geekbench:
image: davidsarkany/geekbench:6
container_name: ${CONTAINER_NAME}
restart: "no"
stdin_open: true
tty: true
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true