mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00: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;
|
autoStart = true;
|
||||||
hostname = host;
|
hostname = host;
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = true;
|
"traefik.enable" = "true";
|
||||||
"traefik.http.routers.vaultwarden.entrypoints" = "websecure";
|
"traefik.http.routers.vaultwarden.entrypoints" = "websecure";
|
||||||
"traefik.http.routers.vaultwarden.rule" = "Host(`vault.thevoid.cafe`)";
|
"traefik.http.routers.vaultwarden.rule" = "Host(`vault.thevoid.cafe`)";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue