Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RunOnFluxBot committed Jan 7, 2025
1 parent 4a4189c commit 0f87c0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/dockerService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 0f87c0c

Please sign in to comment.