Update go2rtc.nix

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

View file

@ -10,9 +10,9 @@
containers."authelia" = { containers."authelia" = {
image = "authelia/authelia:latest"; image = "authelia/authelia:latest";
volumes = [ volumes = [
"/home/fred/docker/authelia/config.yml:/config/configuration.yml:ro" "/home/fred/docker/authelia:/config"
"/home/fred/docker/authelia/users_database.yml:/config/users_database.yml:ro" "/home/fred/docker/authelia/users_database.yml:/config/users_database.yml"
"/home/fred/docker/authelia/secrets:/secrets:ro" "/home/fred/docker/authelia/secrets:/secrets"
]; ];
ports = [ "9091:9091" ]; ports = [ "9091:9091" ];
extraOptions = [ "--restart" "unless-stopped" ]; extraOptions = [ "--restart" "unless-stopped" ];