mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-13 05:58:35 +03:00
Merge pull request #34 from bellingcat/loopback
Bind the web app to the loopback interface
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
<<: *base-setup
|
<<: *base-setup
|
||||||
ports:
|
ports:
|
||||||
- 8004:8000
|
- "127.0.0.1:8004:8000"
|
||||||
command: uvicorn main:app --host 0.0.0.0 --reload
|
command: uvicorn main:app --host 0.0.0.0 --reload
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app
|
- ./src:/app
|
||||||
|
|||||||
Reference in New Issue
Block a user