Loki: finx doods2 configuration
This commit is contained in:
parent
8cde2088e3
commit
2c83fe2e1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue