File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
NODE_VERSION = 16.17.0
2
- MODE = http-proxy-middleware
3
2
MEMORY_USAGE_INTERVAL = 10000
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Original issues:
7
7
* https://github.com/http-party/node-http-proxy/issues/1586
8
8
* https://github.com/chimurai/http-proxy-middleware/issues/782
9
9
10
+ Fix:
11
+
12
+ * https://github.com/http-party/node-http-proxy/pull/1559
13
+
10
14
## Running locally
11
15
12
16
Install dependencies:
@@ -39,8 +43,7 @@ Run docker-compose:
39
43
sudo docker-compose up --build
40
44
```
41
45
42
- Dockerized environment uses express with http-proxy-middleware by default.
43
- To use build-in http server remove thhe following line fron ` .env ` file:
46
+ To use express with http-proxy-middleware in dockerized environment add the following line to ` .env ` file:
44
47
45
48
```
46
49
MODE=http-proxy-middleware
You can’t perform that action at this time.
0 commit comments