Nothing Special   »   [go: up one dir, main page]

Skip to content

mwdle/LibreSpeedConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LibreSpeed Docker Compose Configuration

A sample Docker Compose file for LibreSpeed.

Table of Contents

Getting Started

  1. Clone the repository:

    git clone https://github.com/mwdle/LibreSpeedConfig.git
  2. Create a folder on your system for Docker bind mounts / storing container files. The folder should have the following structure:

    docker_volumes/
    ├── Speedtest/
    │   └── config/
  3. Change the .env file properties for your configuration:

    DOCKER_VOLUMES=<PATH_TO_DOCKER_VOLUMES_FOLDER> # The folder created in the previous step.
  4. Open a terminal in the directory containing the docker-compose file.

  5. Create a docker network for the container:

    docker network create Speedtest
  6. Start the container:

    docker compose up -d

Your container should be up and running and your LibreSpeed instance be accessible on port 80 and 443 in the container. Attach your reverse proxy container to the previously created Docker Networks and configure it accordingly.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.

Disclaimer

This repository is provided as-is and is intended for informational and reference purposes only. The author assumes no responsibility for any errors or omissions in the content or for any consequences that may arise from the use of the information provided. Always exercise caution and seek professional advice if necessary.