Skip to content

Commit bcb6523

Browse files
committed
Update websocket-extension.md
1 parent c0497cb commit bcb6523

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/recipes/websocket-extension.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ This extension adds a WebSocket Server to your Lucee Server that runs over `TCP`
2323

2424
WebSocket Listeners are created with a CFML Component - one per channel.
2525

26+
Please note, on Windows, there more are limitation regarding how many websockets can be used, than with Linux.
27+
2628
## Installation
2729

2830
There are multiple ways to install the docker extension.
@@ -43,24 +45,20 @@ Download the LEX file from [https://download.lucee.org/](https://download.lucee.
4345

4446
In Docker there are different ways to install it.
4547

46-
Copy it into the `deploy folder` like this:
48+
Copy it into the `deploy folder` like this via a Dockerfile:
4749

4850
```Dockerfile
49-
5051
ADD https://ext.lucee.org/websocket-extension-3.0.0.14-RC.lex /lucee/lucee-server/deploy/
51-
5252
```
5353

5454
Using Environment Variables like this:
5555

5656
```yml
57-
5857
environment:
5958
- LUCEE_EXTENSIONS=3F9DFF32-B555-449D-B0EB5DB723044045;version=3.0.0.14-RC
60-
6159
```
6260
63-
Or simply define it in the .CFConfig.json file (Lucee 6 only)
61+
Or simply define it in the .CFConfig.json file (Lucee 6+)
6462
6563
```json
6664
{

0 commit comments

Comments
 (0)