1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +08:00
pooneyy 1177e766ca
feat(filecodebox): add version 2.2.1 configuration files
- add .env.sample with container name, port, and data path configuration
- add data.yml with form fields for port and data folder path settings
- add docker-compose.yml with service configuration and network setup
2025-11-10 16:08:41 +08:00

4 lines
76 B
Plaintext

CONTAINER_NAME="filecodebox"
PANEL_APP_PORT_HTTP="40157"
DATA_PATH="./data"