This commit is contained in:
philip-peterson 2024-12-07 02:00:51 -09:00
parent 21ecc1ab19
commit 7108964ffc
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1 @@
/nix/store/0740hw59qaipmskdjjwg1ygp16rv0yj9-docker-compose.yaml

View file

@ -161,8 +161,7 @@ in {
"ubuntu" = { "ubuntu" = {
autoStart = true; autoStart = true;
image = "quineglobal/ubuntu-with-ssh"; image = "quineglobal/ubuntu-with-ssh:687d50f2f6a6";
tag = "687d50f2f6a6";
volumes = [ ]; volumes = [ ];
environment = {}; environment = {};
ports = ["222:22"]; ports = ["222:22"];