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 Mar 10, 2024
1 parent 3e2561f commit 81c3a63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Updated version, only with Version tags
- NodeJS 20
- Alexa-Fhem 0.5.64

docker pull ghcr.io/fhem/fhem/alexa-fhem:v5.0.8
docker pull ghcr.io/fhem/fhem/alexa-fhem:v5.0.9

#### To start your container right away:

docker run -d --name alexa-fhem -p 3000:3000 ghcr.io/fhem/fhem/alexa-fhem:v5.0.8
docker run -d --name alexa-fhem -p 3000:3000 ghcr.io/fhem/fhem/alexa-fhem:v5.0.9


### Permanent storage
Expand Down Expand Up @@ -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/fhem/alexa-fhem:latest
docker pull ghcr.io/fhem/fhem/alexa-fhem:2
docker pull ghcr.io/fhem/fhem/alexa-fhem:v5.0.8
docker pull ghcr.io/fhem/fhem/alexa-fhem:v5.0.9

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/fhem/alexa-fhem:v5.0.8
image: ghcr.io/fhem/fhem/alexa-fhem:v5.0.9
restart: always
networks:
- fhem_net
Expand Down

0 comments on commit 81c3a63

Please sign in to comment.