Skip to content

Commit

Permalink
fix #1252: set --disable-dotenv for process-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 16, 2024
1 parent 224fb99 commit 42ea980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/process-managers/process-compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ in
config = lib.mkIf cfg.enable {
process.manager.args = {
"config" = cfg.configFile;
"disable-dotenv" = true;
"port" = if !cfg.unixSocket.enable then toString cfg.port else null;
"unix-socket" =
if cfg.unixSocket.enable
Expand Down

0 comments on commit 42ea980

Please sign in to comment.