feat: update my website to v0.7.0

This commit is contained in:
Ivan R. 2024-03-05 23:46:44 +05:00
parent 5a355b163a
commit 9c76c57d9e
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

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