feat: update cup v3.4.2

This commit is contained in:
arch3rPro
2025-08-12 10:09:21 +08:00
parent 76b462162a
commit 65e247eeb7
3 changed files with 17 additions and 17 deletions

View File

@@ -1,17 +0,0 @@
services:
cup:
image: ghcr.io/sergi0g/cup:v3.4.0
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

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