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 Oct 7, 2023
1 parent 5a58573 commit 703a0c1
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.5
docker pull ghcr.io/fhem/fhem/alexa-fhem:v5.0.6

#### To start your container right away:

docker run -d --name alexa-fhem -p 3000:3000 ghcr.io/fhem/fhem/alexa-fhem:v5.0.5
docker run -d --name alexa-fhem -p 3000:3000 ghcr.io/fhem/fhem/alexa-fhem:v5.0.6


### 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.5
docker pull ghcr.io/fhem/fhem/alexa-fhem:v5.0.6

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

0 comments on commit 703a0c1

Please sign in to comment.