Install a lightweight CandyCBT container with OpenLiteSpeed Edge or Stable version based on Ubuntu 22.04 Linux.
Feel free to check Docker hub Tag page if you want to update default CandyCBT.
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
Run this command for single build CandyCBT
- Pull Images
docker pull shinau/candycbt:latest
- Run Container
docker run -d --name candycbt -p 80:80 -p 443:443 -p 7080:7080 shinau/candycbt