@@ -10,6 +10,8 @@ services:
|
|||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: ${NETWORK_MODE:-host}
|
network_mode: ${NETWORK_MODE:-host}
|
||||||
|
tty: true
|
||||||
|
stdin_open: true
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080}
|
- ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080}
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user