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
If you are using 3rd Party modules which are not available on the FHEM svn repository, you may need this image, because it has more perl modules preinstalled.
36
49
37
50
To let this image work correctly, you need as least a FHEM revision 25680 or newer.
38
51
39
-
##### Not updated anymore since Jan 2024
52
+
##### Version 3 - EOL Jan 2024
40
53
41
54
- debian buster
42
55
- Perl 5.28.1
@@ -53,7 +66,23 @@ To let this image work correctly, you need as least a FHEM revision 25680 or new
If you are using only modules which are provided via FHEM svn repository, you mostly can use this smaller image.
82
+
83
+
##### Version 4 - EOL Jan 2025
84
+
85
+
- debian bullseye
57
86
- Perl 5.36.3 (optional threaded)
58
87
- Python 3.9.2
59
88
- Python 2.7.18
@@ -64,7 +93,7 @@ To let this image work correctly, you need as least a FHEM revision 25680 or new
64
93
65
94
If you are using only modules which are provided via FHEM svn repository, you mostly can use this smaller image.
66
95
67
-
##### Not updated anymore since Jan 2024
96
+
##### Version 3 - EOL Jan 2024
68
97
69
98
- debian buster
70
99
- Perl 5.28.1
@@ -77,13 +106,13 @@ If you are using only modules which are provided via FHEM svn repository, you mo
77
106
78
107
#### To start your container right away:
79
108
80
-
docker run -d --name fhem -p 8083:8083 ghcr.io/fhem/fhem-docker:4-bullseye
109
+
docker run -d --name fhem -p 8083:8083 ghcr.io/fhem/fhem-docker:5-bookworm
81
110
82
111
#### Storage
83
112
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:
84
113
85
114
86
-
docker run -d --name fhem -p 8083:8083 -v /some/host/directory:/opt/fhem ghcr.io/fhem/fhem-docker:4-bullseye
115
+
docker run -d --name fhem -p 8083:8083 -v /some/host/directory:/opt/fhem ghcr.io/fhem/fhem-docker:5-bookworm
87
116
88
117
You will find more general information about using volumes from the Docker documentation for [Use volumes](https://docs.docker.com/storage/volumes/) and [Bind mounts](https://docs.docker.com/storage/bind-mounts/).
89
118
@@ -125,7 +154,7 @@ With this, you will create a new image, and install any tool which you additiona
0 commit comments