Bump comfycamp container to v0.0.4

This commit is contained in:
Ivan R. 2023-10-01 13:18:07 +05:00
parent 9df956cdba
commit fea1e7d5ab
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -2,7 +2,7 @@
{
virtualisation.oci-containers.containers.comfycamp = {
autoStart = true;
image = "ghcr.io/ordinary-dev/comfycamp:v0.0.2";
image = "ghcr.io/ordinary-dev/comfycamp:v0.0.4";
ports = ["55007:80"];
};
}