Update go2rtc.nix

This commit is contained in:
ediblerope 2026-01-21 13:32:10 +00:00 committed by GitHub
parent 8c62c45033
commit 03e46fb8ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
containers."go2rtc" = {
image = "alexxit/go2rtc:latest";
volumes = [
"/home/fred/docker/go2rtc/config.yml:/config/go2rtc.yaml:"
"/home/fred/docker/go2rtc/config.yml:/config/go2rtc.yaml"
];
ports = [ "1984:1984" ];
};