Update go2rtc.nix

This commit is contained in:
ediblerope 2026-01-21 12:31:34 +00:00 committed by GitHub
parent 4a9264ccc1
commit e7510db151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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