Update go2rtc.nix
This commit is contained in:
parent
08af369b66
commit
e5f5a7af55
1 changed files with 3 additions and 3 deletions
|
|
@ -10,9 +10,9 @@
|
|||
containers."authelia" = {
|
||||
image = "authelia/authelia:latest";
|
||||
volumes = [
|
||||
"/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"
|
||||
"/home/fred/docker/authelia:/config"
|
||||
"/home/fred/docker/authelia/users_database.yml:/config/users_database.yml"
|
||||
"/home/fred/docker/authelia/secrets:/secrets"
|
||||
];
|
||||
ports = [ "9091:9091" ];
|
||||
extraOptions = [ "--restart" "unless-stopped" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue