formatting + organizing
This commit is contained in:
@@ -16,9 +16,7 @@ in
|
||||
autoStart = cfg.autoStart;
|
||||
image = cfg.image;
|
||||
ports = [ "${cfg.port}:9000" ];
|
||||
volumes = [
|
||||
"${cfg.dataPath}:/app/data"
|
||||
];
|
||||
volumes = [ "${cfg.dataPath}:/app/data" ];
|
||||
environment = {
|
||||
PUID = cfg.puid;
|
||||
PGID = cfg.pgid;
|
||||
|
||||
Reference in New Issue
Block a user