mirror of
https://github.com/pooneyy/1Panel-Appstore
synced 2026-05-12 01:15:00 +00: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
3 lines
76 B
Bash
3 lines
76 B
Bash
CONTAINER_NAME="filecodebox"
|
|
PANEL_APP_PORT_HTTP="40157"
|
|
DATA_PATH="./data"
|