mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-16 01:07:11 +08:00
feat: update cup 3.5.0
This commit is contained in:
17
apps/cup/3.5.0/docker-compose.yml
Normal file
17
apps/cup/3.5.0/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
cup:
|
||||
image: ghcr.io/sergi0g/cup:v3.5.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
|
||||
Reference in New Issue
Block a user