Sign inSign up

andreaskasper/livehelperchat

By andreaskasper

Updated almost 5 years ago

A full installation of livehelperchat ready to go

Image
0

2.7K

andreaskasper/livehelperchat repository overview

docker-livehelperchat

A full installation of livehelperchat ready to go

Features
  • Simple Full working LiveHelperChat in a container
  • Optinal with MariaDB preinstalled
Build status:

Build Status Build Status Build Status

Bugs & Issues:

Github Issues Code Languages

Stats:

Docker Pulls

Running the container :
Simple Run
$ docker run -d andreaskasper/livehelperchat:3-mariadb
Docker-Compose
version 2

services:
  wordpress:
    image: andreaskasper/livehelperchat:3
    restart: always
    ports:
      - 8080:80
    links:
      - database:db
  database:
    image: mariadb
    restart: always
Environment Parameters
ParameterDescriptionExample
Folders:
FolderDescription
Steps
  • Build a base test image to test this build process (Travis/Docker)
  • Build tests
  • Gnomes
  • Profit
support the projects :hammer_and_wrench:

donate via Patreon donate via PayPal

Tag summary

Content type

Image

Digest

Size

177.6 MB

Last updated

almost 5 years ago

docker pull andreaskasper/livehelperchat