feat:add filecodebox (#639)

* feat: 新增FileCodeBox工具

* feat: 新增FileCodeBox工具

* feat: 新增FileCodeBox工具

* feat: 新增FileCodeBox工具

* Add FileCodeBox
This commit is contained in:
vastsa
2023-12-07 15:23:05 +08:00
committed by GitHub
parent 78fdb5a91b
commit aa29eb541c
6 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
version: "3"
services:
filecodebox:
image: lanol/filecodebox:beta
container_name: ${CONTAINER_NAME}
restart: always
volumes:
- /opt/FileCodeBox/:/app/data
ports:
- ${PANEL_APP_PORT_HTTP}:12345