Skip to content

Commit

Permalink
README.md: Update Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 16, 2024
1 parent 3fbae7b commit d07f711
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -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:
Expand All @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d07f711

Please sign in to comment.