mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2025-12-24 13:38:10 +08:00
10 lines
205 B
YAML
10 lines
205 B
YAML
version: "2.2"
|
|
services:
|
|
kubepi:
|
|
image: kubeoperator/kubepi-server:latest
|
|
container_name: kubepi
|
|
restart: unless-stopped
|
|
ports:
|
|
- 80:80
|
|
volumes:
|
|
- ./kubepi:/var/lib/kubepi |