added docker sock
This commit is contained in:
parent
09fa3f513c
commit
a1e5dd0586
@ -6,7 +6,10 @@ in
|
||||
uptime_kuma = {
|
||||
image = "louislam/uptime-kuma:latest";
|
||||
ports = [ "3001:3001" ];
|
||||
volumes = [ "${vars.media_docker_configs}/uptime_kuma:/app/data" ];
|
||||
volumes = [
|
||||
"${vars.media_docker_configs}/uptime_kuma:/app/data"
|
||||
"/var/run/docker.sock:/var/run/docker.sock"
|
||||
];
|
||||
extraOptions = [ "--network=web" ];
|
||||
autoStart = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user