mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-16 06:16:16 +00:00
fix: docker files & minor fixes
This commit is contained in:
@@ -4,7 +4,7 @@ server {
|
||||
server_name _;
|
||||
|
||||
location /api {
|
||||
proxy_pass http://api:${SERVER_PORT}/api;
|
||||
proxy_pass http://api:${API_PORT}/api;
|
||||
proxy_set_header X-Request-Id $request_id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user