Skip to content

Commit

Permalink
minor update to documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Apr 9, 2024
1 parent e0cb9ff commit 4819e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ Jetty 12 can run with various different EE Environments.
- Jetty Core Environment with no Servlet support or overhead.

In the docker images prior to Jetty 12, certain Jetty Modules were enabled by default (server,http,deploy,ext,resources,jsp,jstl,websocket).

However, in the Jetty 12 images we do not assume which environment will be used, therefore we only add the following modules (server,http,ext,resources).
If you are migrating to use the Jetty 12 docker images you will need to enable the Jetty modules that you require.
If you are migrating to use the Jetty 12 docker images you will need to enable any additional Jetty modules that you require.

For example, to use EE10 you could include the following line in your Dockerfile:
```Dockerfile
Expand Down

0 comments on commit 4819e89

Please sign in to comment.