From e5c061e98813c9c7cba79a973da741684cf5f3be Mon Sep 17 00:00:00 2001 From: Herr Turing Date: Sun, 28 Apr 2024 18:40:38 -0300 Subject: [PATCH] Sherlock Web API does not require an open port anymore. --- README.md | 2 +- sherlock-web/docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index aebb51b..2c3cb7d 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ You can then build and start the web UI by entering "sherlock-web" folder and ru docker-compose up ``` -The command will create an API in port 8000 and a web UI that can be acessed by your preffered web browser in port 3000. +The command will create an API that is only accessible by the frontend's server and a web UI that can be acessed by your preffered web browser in port 3000. Keep in mind this web version has no user credentials or any kind of security check, thus it is not nearly production ready. diff --git a/sherlock-web/docker-compose.yml b/sherlock-web/docker-compose.yml index dc75bd6..7d843e0 100644 --- a/sherlock-web/docker-compose.yml +++ b/sherlock-web/docker-compose.yml @@ -3,8 +3,6 @@ services: build: ./api volumes: - ./api/main.py:/app/main.py - ports: - - 8000:8000 frontend: build: