Update go2rtc.nix

This commit is contained in:
ediblerope 2026-01-21 12:54:17 +00:00 committed by GitHub
parent e5f5a7af55
commit b31d3214c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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