Skip to content

Commit 099d019

Browse files
committed
README.md: Update Versions
1 parent 5add550 commit 099d019

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Updated version, only with Version tags
1414
- NodeJS 22
1515
- Alexa-Fhem 0.5.65
1616

17-
docker pull ghcr.io/fhem/alexa-fhem:5.0.15
17+
docker pull ghcr.io/fhem/alexa-fhem:5.0.16
1818

1919
#### To start your container right away:
2020

21-
docker run -d --name alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.15
21+
docker run -d --name alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.16
2222

2323

2424
### Permanent storage
2525
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:
2626

27-
docker run -d --name alexa-fhem -v /some/host/directory:/alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.15
27+
docker run -d --name alexa-fhem -v /some/host/directory:/alexa-fhem ghcr.io/fhem/alexa-fhem:5.0.16
2828

2929
#### Verify if container is runnung
3030
After starting your container, you may check the web server availability:
@@ -46,7 +46,7 @@ You can use one of those variants by adding them to the docker image name like t
4646

4747
docker pull ghcr.io/fhem/alexa-fhem:latest
4848
docker pull ghcr.io/fhem/alexa-fhem:5
49-
docker pull ghcr.io/fhem/alexa-fhem:5.0.15
49+
docker pull ghcr.io/fhem/alexa-fhem:5.0.16
5050

5151
If you do not specify any variant, `latest` will always be the default.
5252

@@ -125,7 +125,7 @@ services:
125125
126126
# Minimum example w/o any custom environment variables of alexa-fhem container
127127
alexa-fhem:
128-
image: ghcr.io/fhem/alexa-fhem:5.0.15
128+
image: ghcr.io/fhem/alexa-fhem:5.0.16
129129
restart: always
130130
networks:
131131
- fhem_net

0 commit comments

Comments
 (0)