fhem / fhem-docker

A basic Docker image for FHEM house automation system, based on Debian Linux.
https://fhem.de/
MIT License
84 stars 28 forks source link

Prevent that the vars are overwritten which are defined in the Docker… #27

Closed stormmurdoc closed 3 years ago

stormmurdoc commented 3 years ago

…file

The variables are defined twice. Once in the docker file and once in entry.sh. The PR prevents that they are overwritten.