Loki: finx doods2 configuration

This commit is contained in:
Filippo Berto 2023-08-13 14:16:38 +02:00
parent 8cde2088e3
commit 2c83fe2e1b
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -300,13 +300,13 @@ with lib; {
# libvirtd.enable = true;
podman.enable = true;
# virtualbox.host.enable = true;
oci-containers.containers = {
doods2 = {
image = "docker.io/snowzach/doods2:latest";
# environment = { TZ = "Europe/Rome"; };
extraOptions = [ "--pull=always" ];
ports = [ "localhost:8080:8080" ];
ports = [ "127.0.0.1:8080:8080" ];
# volumes = [ "/var/lib/hass:/config" "/mnt/raid0/condiviso:/media" ];
};
};