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 Jun 16, 2024
1 parent 850709e commit e1e34b4
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.11
docker pull ghcr.io/fhem/alexa-fhem:5.0.12

#### To start your container right away:

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


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

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

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

0 comments on commit e1e34b4

Please sign in to comment.