aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 15:39:58 +0000
committerFuwn <[email protected]>2021-05-17 15:39:58 +0000
commit14c7e4d93ef246e645292b6cc7136d250a2fe08f (patch)
tree1c82bd960224822c57e32301c07b45d69b50e506
parentfix(global): add features, warnings, etc. to the rest of the crates (diff)
downloadwhirl-14c7e4d93ef246e645292b6cc7136d250a2fe08f.tar.xz
whirl-14c7e4d93ef246e645292b6cc7136d250a2fe08f.zip
fix(docker): expose correct port
-rw-r--r--Makefile.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 7add0f6..ddd8569 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -90,7 +90,7 @@ args = [
"run",
"--name", "Whirlsplash",
# API Distributor Hub
- "-p", "8000:8000", "-p", "6650:6650", "-p", "5673:5673",
+ "-p", "8000:80", "-p", "6650:6650", "-p", "5673:5673",
"whirlsplash/whirl"
]
@@ -102,7 +102,7 @@ args = [
"-it",
"--name", "Whirlsplash",
# API Distributor Hub
- "-p", "8000:8000", "-p", "6650:6650", "-p", "5673:5673",
+ "-p", "8000:80", "-p", "6650:6650", "-p", "5673:5673",
"--env", "DISABLE_PROMPT=false",
"whirlsplash/whirl"
]