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 Sep 9, 2023
1 parent 24f5d8a commit dcebe78
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.3
docker pull ghcr.io/fhem/fhem/alexa-fhem:v5.0.4

#### To start your container right away:

docker run -d --name alexa-fhem -p 3000:3000 ghcr.io/fhem/fhem/alexa-fhem:v5.0.3
docker run -d --name alexa-fhem -p 3000:3000 ghcr.io/fhem/fhem/alexa-fhem:v5.0.4


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

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

0 comments on commit dcebe78

Please sign in to comment.