Update go2rtc.nix
This commit is contained in:
parent
4a9264ccc1
commit
e7510db151
1 changed files with 2 additions and 1 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue