fix docker dir typo

This commit is contained in:
Richie Cahill 2024-05-27 21:01:11 -04:00 committed by David Krauthamer
parent 41dde8c111
commit 774e67b73b

View File

@ -3,8 +3,8 @@
arch_mirror = { arch_mirror = {
image = "ubuntu/apache2:latest"; image = "ubuntu/apache2:latest";
volumes = [ volumes = [
"/ZFS/Media/Docker/Docker/templates/file_server/sites/:/etc/apache2/sites-enabled/" "/ZFS/Main/Docker/templates/file_server/sites/:/etc/apache2/sites-enabled/"
"/ZFS/Media/Mirror/:/data" "/ZFS/Main/Mirror/:/data"
]; ];
ports = [ "800:80" ]; ports = [ "800:80" ];
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];