Always pull new docker images

This commit is contained in:
Filippo Berto 2022-01-08 18:36:43 +01:00
parent bfda369731
commit 252cfbfb1e

View file

@ -288,7 +288,7 @@
environment = {
TZ = "Europe/Rome";
};
extraOptions = [ "--privileged" "--network=host" ];
extraOptions = [ "--privileged" "--network=host" "--pull=always" ];
ports = [ "8123:8123" ];
volumes = [
"/var/lib/hass:/config"