aboutsummaryrefslogtreecommitdiffstats
path: root/checker
diff options
context:
space:
mode:
Diffstat (limited to 'checker')
-rw-r--r--checker/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/docker-compose.yml b/checker/docker-compose.yml
index 0e8fec8..e01fe68 100644
--- a/checker/docker-compose.yml
+++ b/checker/docker-compose.yml
@@ -4,7 +4,7 @@ services:
build: .
# The checker runs a HTTP interfaces, so we need to map port 3031 to the outside (port 8000).
ports:
- - 8000:3031
+ - 9091:3031
environment:
- MONGO_ENABLED=1
- MONGO_HOST=stldoctor-mongo