try adding nextcloud
This commit is contained in:
parent
fcf90b026f
commit
0bbb72f043
1 changed files with 9 additions and 8 deletions
|
|
@ -152,19 +152,20 @@ in {
|
||||||
|
|
||||||
"nextcloud" = {
|
"nextcloud" = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "nextcloud/28-apache@sha256:ed95d344718ec86df96886b4b3465a9ce553c08b44b47306d399f0f201b04cb3";
|
image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";
|
||||||
|
# image = "nextcloud/28-apache@sha256:ed95d344718ec86df96886b4b3465a9ce553c08b44b47306d399f0f201b04cb3";
|
||||||
volumes = [ ];
|
volumes = [ ];
|
||||||
environment = { };
|
environment = { };
|
||||||
ports = ["8087:80"];
|
ports = ["8087:80"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"ubuntu" = {
|
# "ubuntu" = {
|
||||||
autoStart = true;
|
# autoStart = true;
|
||||||
image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";
|
# image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";
|
||||||
volumes = [ ];
|
# volumes = [ ];
|
||||||
environment = {};
|
# environment = {};
|
||||||
ports = ["222:22"];
|
# ports = ["222:22"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
"sync.io" = {
|
"sync.io" = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue