feat:add filecodebox (#639)
* feat: 新增FileCodeBox工具 * feat: 新增FileCodeBox工具 * feat: 新增FileCodeBox工具 * feat: 新增FileCodeBox工具 * Add FileCodeBox
This commit is contained in:
10
apps/filecodebox/2.0/docker-compose.yml
Normal file
10
apps/filecodebox/2.0/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user