mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 03:21:12 +08:00
- 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
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
CONTAINER_NAME="filecodebox"
|
|
PANEL_APP_PORT_HTTP="40157"
|
|
DATA_PATH="./data"
|