fixed typo
This commit is contained in:
parent
740bc8495b
commit
0ff0c926c4
@ -7,7 +7,7 @@ in
|
|||||||
image = "louislam/uptime-kuma:latest";
|
image = "louislam/uptime-kuma:latest";
|
||||||
ports = [ "3001:3001" ];
|
ports = [ "3001:3001" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"${vars.media_docker_configs}/uptime_kuma:/app/data"
|
"${vars.main_docker_configs}/uptime_kuma:/app/data"
|
||||||
"/var/run/docker.sock:/var/run/docker.sock"
|
"/var/run/docker.sock:/var/run/docker.sock"
|
||||||
];
|
];
|
||||||
extraOptions = [ "--network=web" ];
|
extraOptions = [ "--network=web" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user