1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 06:11:02 +08:00
1Panel-Appstore/apps/geekbench/4/docker-compose.yml
2024-06-30 23:43:20 +08:00

16 lines
273 B
YAML

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