moved storage/main and media/mirror

This commit is contained in:
Richie Cahill 2024-06-20 23:29:47 -04:00
parent c8af38a687
commit 44881725ce

View File

@ -11,7 +11,7 @@
image = "ubuntu/apache2:latest"; image = "ubuntu/apache2:latest";
volumes = [ volumes = [
"/zfs/media/docker/templates/file_server/sites/:/etc/apache2/sites-enabled/" "/zfs/media/docker/templates/file_server/sites/:/etc/apache2/sites-enabled/"
"/ZFS/storage/Main/Table_Top/:/data" "/ZFS/storage/main/Table_Top/:/data"
]; ];
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];
autoStart = true; autoStart = true;
@ -20,7 +20,7 @@
image = "ubuntu/apache2:latest"; image = "ubuntu/apache2:latest";
volumes = [ volumes = [
"/zfs/media/docker/templates/file_server/sites/:/etc/apache2/sites-enabled/" "/zfs/media/docker/templates/file_server/sites/:/etc/apache2/sites-enabled/"
"/zfs/media/Mirror/:/data" "/zfs/media/mirror/:/data"
]; ];
ports = [ "800:80" ]; ports = [ "800:80" ];
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];