fix docker dir typo
This commit is contained in:
parent
41dde8c111
commit
774e67b73b
@ -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" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user