merge version and image
Some checks failed
Build / nix-build (native-aarch64, varda) (push) Waiting to run
Build / nix-build (native-x86_64, telperion) (push) Has been cancelled
Build / nix-build (native-x86_64, shadowfax) (push) Has been cancelled
Build / nix-build (native-x86_64, gandalf) (push) Has been cancelled
Some checks failed
Build / nix-build (native-aarch64, varda) (push) Waiting to run
Build / nix-build (native-x86_64, telperion) (push) Has been cancelled
Build / nix-build (native-x86_64, shadowfax) (push) Has been cancelled
Build / nix-build (native-x86_64, gandalf) (push) Has been cancelled
This commit is contained in:
parent
86e8979971
commit
56ff863c44
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ with lib;
|
||||||
let
|
let
|
||||||
app = "plex";
|
app = "plex";
|
||||||
# renovate: depName=ghcr.io/onedr0p/plex datasource=docker versioning=loose
|
# renovate: depName=ghcr.io/onedr0p/plex datasource=docker versioning=loose
|
||||||
version = "1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
|
image = "ghcr.io/onedr0p/plex:1.40.1.8227-c0dd5a73e@sha256:a60bc6352543b4453b117a8f2b89549e458f3ed8960206d2f3501756b6beb519";
|
||||||
image = "ghcr.io/onedr0p/plex:${version}";
|
|
||||||
user = "kah"; # string
|
user = "kah"; # string
|
||||||
group = "kah"; # string
|
group = "kah"; # string
|
||||||
port = 32400; # int
|
port = 32400; # int
|
||||||
|
|
Loading…
Reference in a new issue