You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ Updated version, only with Version tags
14
14
- NodeJS 22
15
15
- Alexa-Fhem 0.5.65
16
16
17
-
docker pull ghcr.io/fhem/alexa-fhem:5.0.15
17
+
docker pull ghcr.io/fhem/alexa-fhem:5.0.16
18
18
19
19
#### To start your container right away:
20
20
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
22
22
23
23
24
24
### Permanent storage
25
25
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:
26
26
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
28
28
29
29
#### Verify if container is runnung
30
30
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
46
46
47
47
docker pull ghcr.io/fhem/alexa-fhem:latest
48
48
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
50
50
51
51
If you do not specify any variant, `latest` will always be the default.
52
52
@@ -125,7 +125,7 @@ services:
125
125
126
126
# Minimum example w/o any custom environment variables of alexa-fhem container
0 commit comments