Skip to content

Commit 0ef686b

Browse files
committed
Use a stable build of deconz by default
The default tag (:latest) of the deconz docker image uses beta releases as well. It is probably best to use only stable releases by default and let users override the tag if they wish to set up beta releases.
1 parent 812e443 commit 0ef686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/deconz/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
deconz:
2-
image: marthoc/deconz
2+
image: marthoc/deconz:stable
33
container_name: deconz
44
restart: unless-stopped
55
ports:

0 commit comments

Comments
 (0)