fixed typo

This commit is contained in:
Richie Cahill 2024-07-05 14:40:02 -04:00
parent 740bc8495b
commit 0ff0c926c4

View File

@ -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" ];