Update go2rtc.nix
This commit is contained in:
parent
e5f5a7af55
commit
b31d3214c7
1 changed files with 0 additions and 2 deletions
|
|
@ -15,7 +15,6 @@
|
||||||
"/home/fred/docker/authelia/secrets:/secrets"
|
"/home/fred/docker/authelia/secrets:/secrets"
|
||||||
];
|
];
|
||||||
ports = [ "9091:9091" ];
|
ports = [ "9091:9091" ];
|
||||||
extraOptions = [ "--restart" "unless-stopped" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# --- Go2RTC ---
|
# --- Go2RTC ---
|
||||||
|
|
@ -25,7 +24,6 @@
|
||||||
"/home/fred/docker/go2rtc/config.yml:/config/config.yml:ro"
|
"/home/fred/docker/go2rtc/config.yml:/config/config.yml:ro"
|
||||||
];
|
];
|
||||||
ports = [ "1984:1984" ];
|
ports = [ "1984:1984" ];
|
||||||
extraOptions = [ "--restart" "unless-stopped" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue