mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 04:58:33 +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:
|
||||
<<: *base-setup
|
||||
ports:
|
||||
- 8004:8000
|
||||
- "127.0.0.1:8004:8000"
|
||||
command: uvicorn main:app --host 0.0.0.0 --reload
|
||||
volumes:
|
||||
- ./src:/app
|
||||
|
||||
Reference in New Issue
Block a user