Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Fix missing ports in container image
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Nov 16, 2023
1 parent 7ddaf24 commit 6f339e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,12 @@

config = {
Entrypoint = ["${pkgs.tini}/bin/tini" "--" "${default}/bin/matrix-remote-closedown"];
ExposedPorts = {
"9090/tcp" = {};
};
Env = [
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
"OBSERVABILITY_ADDRESS=0.0.0.0:9090"
];
};
};
Expand Down

0 comments on commit 6f339e2

Please sign in to comment.