9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
|
CONFIG_PATH="/etc/puter"
|
||
|
|
CONTAINER_NAME="puter"
|
||
|
|
DATA_PATH="./data"
|
||
|
|
PANEL_APP_PORT_HTTP=40263
|
||
|
|
PANEL_APP_PORT_INTERNAL=4100
|
||
|
|
PGID=1000
|
||
|
|
PUID=1000
|
||
|
|
TIME_ZONE="Asia/Shanghai"
|