Skip to content

Commit

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

Please sign in to comment.