diff --git a/services/dockerService.js b/services/dockerService.js index 745ea1a8..32314ae6 100644 --- a/services/dockerService.js +++ b/services/dockerService.js @@ -641,9 +641,6 @@ async function appDockerCreate(appSpecifications, appName, isComponent, fullAppS throw new Error('Environment parameters from Secrets are invalid - not an array'); } } - // push X_FLUXOS_IP to env - envParams.push(`X_FLUXOS_IP=${userconfig.initial.ipaddress || '127.0.0.1'}`); - envParams.push(`X_FLUXOS_PORT=${userconfig.initial.apiport || config.server.apiport}`); const adjustedCommands = []; appSpecifications.commands.forEach((command) => { if (command !== '--privileged') {