Skip to content

Commit 23aaaa6

Browse files
Update README.md
1 parent c98ad5f commit 23aaaa6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,23 @@ services:
118118
- '3001:3001'
119119
image: openspeedtest/latest
120120
````
121+
## Advanced Configuration Options
122+
123+
- Container Port Configuration
124+
125+
To enable port changes, set the `CHANGE_CONTAINER_PORTS` environment variable to `"True"` and provide appropriate values for the following variables.
126+
127+
`CHANGE_CONTAINER_PORTS=True`
128+
129+
`HTTP_PORT=3000`
130+
131+
`HTTPS_PORT=3001`
132+
133+
- Set User
134+
135+
`SET_USER=101`
136+
137+
- Only Allow `CORS Request` from listed domains.
138+
139+
`ALLOW_ONLY=domain1.com;domain2.com;domain3.com`
140+

0 commit comments

Comments
 (0)