We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76628e7 + 7e87227 commit 4ea5c1dCopy full SHA for 4ea5c1d
.templates/domoticz/service.yml
@@ -1,16 +1,15 @@
1
domoticz:
2
container_name: domoticz
3
- image: lscr.io/linuxserver/domoticz:latest
+ image: domoticz/domoticz:stable
4
+ restart: unless-stopped
5
+ environment:
6
+ - TZ=${TZ:-Etc/UTC}
7
+ # - LOG_PATH=/opt/domoticz/userdata/domoticz.log
8
+ # - EXTRA_CMD_ARG=
9
ports:
10
- "8083:8080"
- - "6144:6144"
- - "1443:1443"
11
+ - "1443:443"
12
volumes:
- - ./volumes/domoticz/data:/config
- restart: unless-stopped
- environment:
- - PUID=1000
13
- - PGID=1000
14
- # - TZ=Etc/UTC
15
- # - WEBROOT=domoticz
16
-
+ - ./volumes/domoticz:/opt/domoticz/userdata
+ x-devices:
+ - "/dev/serial/by-id/usb-0658_0200-if00-port0:/dev/ttyACM0"
0 commit comments