Update go2rtc.nix
This commit is contained in:
parent
8c62c45033
commit
03e46fb8ae
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
containers."go2rtc" = {
|
containers."go2rtc" = {
|
||||||
image = "alexxit/go2rtc:latest";
|
image = "alexxit/go2rtc:latest";
|
||||||
volumes = [
|
volumes = [
|
||||||
"/home/fred/docker/go2rtc/config.yml:/config/go2rtc.yaml:"
|
"/home/fred/docker/go2rtc/config.yml:/config/go2rtc.yaml"
|
||||||
];
|
];
|
||||||
ports = [ "1984:1984" ];
|
ports = [ "1984:1984" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue