Dockerfile to provide a ready to use Humhub in production.
GIT repository : https://git.ipeos.com/ipeos-and-co/docker-humhub
Dockerfile Links1.11, 1.11.1, latest1.10, 1.10.41.9, 1.9.4Automated builds of the image are available on Dockerhub and is the recommanded method of installation.
docker pull ipeos/humhub:latest
docker run --name some-spip --link some-mysql:db -e HUMHUB_DB_NAME=humhub -e -p 8080:80 -d ipeos/humhub
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)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:
Content type
Image
Digest
Size
238.7 MB
Last updated
over 4 years ago
docker pull ipeos/humhub