Skip to content
 
 

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Docker Container for FHEM

Docker image for FHEM based on Debian Jessie

Run Directly:

docker run -d \
           -p 8083:8083 \
           michaelatdocker/fhem

It is also possible to move the complete FHEM installation folder outside the container and mount it. This way it is straighforward to modify the config with an external editor.

docker run -d \
           -p 8083:8083 \
           -v /volume/with/fhem:/opt/fhem \
           michaelatdocker/fhem

When using the container with the external directory on a Synology Diskstation make sure the directory has read/write permission for everyone.

About

Docker container to run fhem

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors