mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-30 00:34:59 +08:00
增加 配置信息
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
f22724b6b1
commit
0fcc615b9e
@ -12,6 +12,10 @@ services:
|
||||
network_mode: ${NETWORK_MODE:-host}
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 524288
|
||||
hard: 524288
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080}
|
||||
env_file:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user