1
0

Merge branch 'arch3rPro-1Panel-Appstore/only-apps' into patch/localApps

This commit is contained in:
pooneyy
2025-07-01 13:04:57 +08:00
parent 1d3f9e1835
commit 0b478b5196
252 changed files with 50131 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
services:
kali-linux:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
security_opt:
- seccomp:unconfined
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
- "${PANEL_APP_PORT_HTTPS}:3001"
volumes:
- ./config:/config
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- SUBFOLDER=/
- TITLE=Kali Linux
shm_size: "1gb"
image: lscr.io/linuxserver/kali-linux:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true