Skip to content

takisrs/mibew-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mibew Messenger Docker image

Mibew Messenger (also known as Open Web Messenger) is an open-source live support application written in PHP and MySQL. It enables one-on-one chat assistance in real-time directly from your website.

This repository contains the Dockerfile for the mibew messenger docker image

How to use

Use a config.yml file to keep the necessary configuration.
Download config file

Provide valid credentials for a mysql database in the config.yml file.

Run the container:
docker container run -d -p 80:80 -v config.yml:/var/www/html/configs/config.yml --name mibew_messenger takisrs/mibew

How to run mibew messenger easily (docker-compose)

Alternatively, you may clone this repository and run the following command to create the required containers and test mibew messenger easily:
docker-compose up