updated then vars names

This commit is contained in:
2025-04-01 20:10:49 -04:00
parent c349af60ce
commit 7dbf67a2d3
15 changed files with 47 additions and 56 deletions

View File

@@ -7,7 +7,7 @@ in
ports = [ "8091:80" ];
volumes = [
"${../../../common/docker_templates}/file_server/sites/:/etc/apache2/sites-enabled/"
"${vars.media_share}:/data"
"${vars.share}:/data"
];
extraOptions = [ "--network=web" ];
autoStart = true;