Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
docs: Update node Version for Image release
  • Loading branch information
sidey79 authored Sep 15, 2023
1 parent 1c72928 commit 6a1e848
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Pre-build images are available on [Docker Hub](https://hub.docker.com/r/fhem/fhe
Reccomended pulling from [Github Container Registry](https://github.com/orgs/fhem/packages) to allow automatic image for your system.

### From Docker Hub
Currently outdated but still available
- debian stretch

docker pull fhem/fhem

Expand All @@ -25,7 +23,7 @@ Currently outdated but still available
Updated versions based on
- debian bullseye
- Perl 5.32.1
- NodeJS 14 LTS
- NodeJS 16 LTS
- Python 3
- Supported Plattforms: linux/amd64, linux/arm/v7, linux/arm64
- NOTE: alexa-fhem, alexa-cookie, gassistant-fhem, homebridge, homebridge-fhem, tradfri-fhem are not installed per default!
Expand All @@ -34,7 +32,7 @@ Updated versions based on

- debian buster
- Perl 5.28.1
- NodeJS 14 LTS
- NodeJS 16 LTS
- Python 3
- Supported Plattforms: linux/amd64, linux/arm/v7, linux/arm64
- NOTE: alexa-fhem, alexa-cookie, gassistant-fhem, homebridge, homebridge-fhem, tradfri-fhem are not installed per default!
Expand Down Expand Up @@ -64,7 +62,7 @@ Updated versions based on

#### To start your container right away:

docker run -d --name fhem -p 8083:8083 ghcr.io/fhem/fhem/fhem-docker:buster
docker run -d --name fhem -p 8083:8083 ghcr.io/fhem/fhem/fhem-docker:3-bullseye

#### Storage
Usually you want to keep your FHEM setup after a container was destroyed (or re-build) so it is a good idea to provide an external directory on your Docker host to keep that data:
Expand Down

0 comments on commit 6a1e848

Please sign in to comment.