Sherlock Web API does not require an open port anymore.

pull/2094/head
Herr Turing 3 weeks ago
parent fda121c234
commit e5c061e988

@ -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.

@ -3,8 +3,6 @@ services:
build: ./api
volumes:
- ./api/main.py:/app/main.py
ports:
- 8000:8000
frontend:
build:

Loading…
Cancel
Save