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 17, 2024
1 parent fb23e8c commit 1daf44b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Updated version, only with Version tags
- NodeJS 20
- Alexa-Fhem 0.5.64

docker pull ghcr.io/fhem/alexa-fhem:5.0.12
docker pull ghcr.io/fhem/alexa-fhem:5.0.13

#### To start your container right away:

docker run -d --name alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.12
docker run -d --name alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.13


### 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.12
docker run -d --name alexa-fhem -v /some/host/directory:/alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.13

#### 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.12
docker pull ghcr.io/fhem/alexa-fhem:5.0.13

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

0 comments on commit 1daf44b

Please sign in to comment.