Sign inSign up

ipeos/humhub

By ipeos

Updated over 4 years ago

Docker for Humhub Social Network

Image
0

1.3K

ipeos/humhub repository overview

Docker Humhub

Dockerfile to provide a ready to use Humhub in production.

GIT repository : https://git.ipeos.com/ipeos-and-co/docker-humhub

  • 1.11, 1.11.1, latest
  • 1.10, 1.10.4
  • 1.9, 1.9.4

Installation

Automated builds of the image are available on Dockerhub and is the recommanded method of installation.

docker pull ipeos/humhub:latest

Quick Start

docker run --name some-spip --link some-mysql:db -e HUMHUB_DB_NAME=humhub -e  -p 8080:80 -d ipeos/humhub

Available Environment Vars

Environment variables are used only to check database availability. Auto install coming soon.

  • HUMHUB_DB_NAME: MySQL database name (default: humhub)
  • HUMHUB_DB_HOST: MySQL server hostname or IP (default: db)
  • HUMHUB_DB_PORT: MySQL server port (default: 3306)

Contributing

This image was created by IPEOS for a purpose of web development training courses.

If you find this image useful here's how you can help:

  • Send a Pull Request with your awesome enhancements and bug fixes
  • Be a part of the community and help resolve Issues

Team

IPEOS

Tag summary

Content type

Image

Digest

Size

238.7 MB

Last updated

over 4 years ago

docker pull ipeos/humhub