Sign inSign up

mossroy/jeedom

By mossroy

Updated about 2 years ago
Archived

Generated from https://github.com/jeedom/core (with no changes)

Image
Internet of things
0

376

mossroy/jeedom repository overview

Suggested way to run this image :

sudo docker run -d --name Jeedom -v /a/path/to/plugins:/var/www/html/plugins -v /a/path/to/mysql:/var/lib/mysql --restart=unless-stopped -p 80:80 --device=/dev/ttyUSB0 mossroy/jeedom:v4.2.15-armhf

(replace /a/path/to with a path of your host where you want to store the database and plugins data)

If you use this with an existing database, you might have an error "Access denied for user 'jeedom'@'localhost'', because the (generated) password of the image does not match the one of your existing database. In this case, you can find the expected password in file /var/www/html/core/config/common.config.php of the image :

sudo docker exec Jeedom cat /var/www/html/core/config/common.config.php

Then update the password in the database :

sudo docker exec -it Jeedom mysql -u root
use mysql;
update user set password=PASSWORD("THE_PASSWORD_FOUND_EARLIER") where user='jeedom';
exit;

Tag summary

Content type

Image

Digest

sha256:eb392aac8

Size

723.3 MB

Last updated

about 2 years ago

docker pull mossroy/jeedom:v4.4.8.1-http-armhf