mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
disabled nextcloud container
This commit is contained in:
parent
ab4605391d
commit
f9dcd1540b
|
@ -47,17 +47,17 @@
|
|||
"/mnt/Media:/Media"
|
||||
];
|
||||
};
|
||||
nextcloud = {
|
||||
ports = ["0.0.0.0:80:80" ];
|
||||
image = "nextcloud:latest";
|
||||
environment = {
|
||||
TZ = "America/New_York";
|
||||
};
|
||||
volumes = [
|
||||
"nextcloud:/var/www/html"
|
||||
"/mnt/Media/NextCloud:/var/www/html/data"
|
||||
];
|
||||
};
|
||||
# nextcloud = {
|
||||
# ports = ["0.0.0.0:80:80" ];
|
||||
# image = "nextcloud:latest";
|
||||
# environment = {
|
||||
# TZ = "America/New_York";
|
||||
# };
|
||||
# volumes = [
|
||||
# "nextcloud:/var/www/html"
|
||||
# "/mnt/Media/NextCloud:/var/www/html/data"
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue