From d07f711f89976ef7a91f27fe23b1cfe458cba5a7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 16 Nov 2024 19:13:49 +0000 Subject: [PATCH] README.md: Update Versions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 74c7dbd..738f70e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker image for alexa-fhem A [FHEM](https://fhem.de/) complementary Docker image for Amazon alexa voice assistant, based on -- [Node 22 - Debian bullseye-slim](https://hub.docker.com/_/node/tags?page=1&name=22-bullseye-slim) +- [Node 22 - Debian bookworm-slim](https://hub.docker.com/_/node/tags?page=1&name=22-bookworm-slim) - [alexa_fhem](https://www.npmjs.com/package/alexa-fhem?activeTab=versions) @@ -14,17 +14,17 @@ Updated version, only with Version tags - NodeJS 22 - Alexa-Fhem 0.5.65 - docker pull ghcr.io/fhem/alexa-fhem:5.0.14 + docker pull ghcr.io/fhem/alexa-fhem:5.1.0-beta1 #### To start your container right away: -docker run -d --name alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.14 +docker run -d --name alexa-fhem ghcr.io/fhem/alexa-fhem:5.1.0-beta1 ### Permanent 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: - docker run -d --name alexa-fhem -v /some/host/directory:/alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.14 + docker run -d --name alexa-fhem -v /some/host/directory:/alexa-fhem ghcr.io/fhem/alexa-fhem:5.1.0-beta1 #### Verify if container is runnung After starting your container, you may check the web server availability: @@ -46,7 +46,7 @@ You can use one of those variants by adding them to the docker image name like t docker pull ghcr.io/fhem/alexa-fhem:latest docker pull ghcr.io/fhem/alexa-fhem:5 - docker pull ghcr.io/fhem/alexa-fhem:5.0.14 + docker pull ghcr.io/fhem/alexa-fhem:5.1.0-beta1 If you do not specify any variant, `latest` will always be the default. @@ -125,7 +125,7 @@ services: # Minimum example w/o any custom environment variables of alexa-fhem container alexa-fhem: - image: ghcr.io/fhem/alexa-fhem:5.0.14 + image: ghcr.io/fhem/alexa-fhem:5.1.0-beta1 restart: always networks: - fhem_net