aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker.nix b/docker.nix
index 7cb7ffe..3bfd642 100644
--- a/docker.nix
+++ b/docker.nix
@@ -38,7 +38,7 @@ let
"LOG_FILE=false"
];
ExposedPorts = {
- "8000/tcp" = { }; # API
+ "80/tcp" = { }; # API
"6650/tcp" = { }; # Distributor
"5673/tcp" = { }; # Hub
};