Changes to Dockerfile to fix error in installing MongoDB
This commit is contained in:
@@ -34,7 +34,7 @@ http {
|
||||
}
|
||||
|
||||
# Proxy database requests
|
||||
location /database/ {
|
||||
location /database-socket.io/ {
|
||||
proxy_pass http://127.0.0.1:8082;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
||||
Reference in New Issue
Block a user