formatting
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
virtualisation.oci-containers.containers."portainer" = {
|
||||
autoStart = true;
|
||||
image = "portainer/portainer-ce";
|
||||
ports = [ "8000:8000" "9443:9443" ];
|
||||
ports = [
|
||||
"8000:8000"
|
||||
"9443:9443"
|
||||
];
|
||||
volumes = [
|
||||
"/var/run/docker.sock:/var/run/docker.sock"
|
||||
"/media/T5/docker/config/portainer:/data"
|
||||
@@ -25,7 +28,8 @@
|
||||
"/media/T5/tv:/tv"
|
||||
];
|
||||
ports = [ "8096:8096" ];
|
||||
environment = { JELLYFIN_LOG_DIR = "/log"; };
|
||||
environment = {
|
||||
JELLYFIN_LOG_DIR = "/log";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user