mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01:00
fix(modules): resolve type mismatch in vaultwarden service config
This commit is contained in:
parent
614da88d41
commit
9194923dc8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in {
|
|||
autoStart = true;
|
||||
hostname = host;
|
||||
labels = {
|
||||
"traefik.enable" = true;
|
||||
"traefik.enable" = "true";
|
||||
"traefik.http.routers.vaultwarden.entrypoints" = "websecure";
|
||||
"traefik.http.routers.vaultwarden.rule" = "Host(`vault.thevoid.cafe`)";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue