fix: Fix version number issue

This commit is contained in:
xiaoY233
2025-08-23 19:50:49 +08:00
parent d103704a60
commit 65894ef3c1
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
cup:
image: ghcr.io/sergi0g/cup:v3.4.2
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:
- ${PANEL_APP_PORT_HTTP}:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- 1panel-network
labels:
createdBy: Apps
command: serve
networks:
1panel-network:
external: true