[go: up one dir, main page]

Skip to content

shinau21/candycbt

Repository files navigation

CandyCBT OpenLiteSpeed Docker Container

Build Status docker pulls

Install a lightweight CandyCBT container with OpenLiteSpeed Edge or Stable version based on Ubuntu 22.04 Linux.

Prerequisites

  1. Install Docker
  2. Install Docker Compose

Configuration

Feel free to check Docker hub Tag page if you want to update default CandyCBT.

Installation

Clone this repository or copy the files from this repository into a new folder:

git clone https://github.com/shinau21/candycbt.git

Open a terminal, cd to the folder in which docker compose.yml is saved, and run:

docker compose up -d

Single Installation

Run this command for single build CandyCBT

  1. Pull Images
docker pull shinau/candycbt:latest
  1. Run Container
docker run -d --name candycbt -p 80:80 -p 443:443 -p 7080:7080 shinau/candycbt

Releases

No releases published

Packages

No packages published

Languages