Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 7, 2024
1 parent df14d47 commit aa98e9c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions examples/docker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,23 @@

This repository contains various directories, each showcasing different configurations and setups for building Lucee Docker containers. These examples demonstrate the flexibility and possibilities available when setting up Lucee.

## Directories

### 1. basic
## basic

The simplest version possible. This setup uses the default configuration and includes no additional extensions or customizations.

### 2. with-config
## with-config

This version includes a custom configuration file (`lucee-config.json`). It demonstrates how to configure the Lucee server with specific settings tailored to your needs.

### 3. with-extension
## with-extension

This version bundles custom extensions with the Lucee server. It shows how to include additional functionalities and features by integrating custom extensions.

## Usage
# Usage

Each directory contains everything you need to build and run a Lucee server with the specified setup. Navigate to the desired directory and follow the instructions provided within to build and run the Docker container.

### Building the Docker Image
## Building the Docker Image

To build the Docker image for any setup, navigate to the corresponding directory and run:

Expand Down

0 comments on commit aa98e9c

Please sign in to comment.