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" = {
|
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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue