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

Commit 68d44e3

Browse files
committed
fix(nix): Correct Env address
1 parent e5001be commit 68d44e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
ExposedPorts = {
6464
"8080/tcp" = { };
6565
};
66-
Env = [ "ADDR=0.0.0.0:3000" ];
66+
Env = [ "ADDR=0.0.0.0:8080" ];
6767
};
6868
};
6969
}

0 commit comments

Comments
 (0)