Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
refactor: PORT instead of ADDR
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Aug 25, 2024
1 parent 6e81af1 commit e6fcbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
ExposedPorts = {
"8080/tcp" = { };
};
Env = [ "ADDR=0.0.0.0:8080" ];
Env = [ "PORT=8080" ];
};
};
}
Expand Down

0 comments on commit e6fcbed

Please sign in to comment.