diff --git a/.internal/templates/services/domoticz/template.yml b/.internal/templates/services/domoticz/template.yml index 90670ec01..86419b604 100644 --- a/.internal/templates/services/domoticz/template.yml +++ b/.internal/templates/services/domoticz/template.yml @@ -1,17 +1,16 @@ domoticz: container_name: domoticz - image: linuxserver/domoticz:stable + image: lscr.io/linuxserver/domoticz:latest ports: - - "8080:8080" + - "8083:8080" - "6144:6144" - "1443:1443" volumes: - ./volumes/domoticz/data:/config restart: unless-stopped - network_mode: bridge environment: - PUID=1000 - PGID=1000 - #TZ= - #WEBROOT=domoticz #optional - + # - TZ=Etc/UTC + # - WEBROOT=domoticz +