You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ services:
50
50
- .:/var/task:ro
51
51
```
52
52
53
+
If you need to change the default listening port, you can set the `LISTEN_PORT` environment variable value to whatever port you wish to use.
54
+
53
55
## Static assets
54
56
55
57
If you want a quick and easy way to serve static assets, mount your files in the `bref/local-api-gateway` container and set the `DOCUMENT_ROOT` env var to the root of the assets.
0 commit comments