From 70e32b47803740fe4c9fabffb5178375006aa445 Mon Sep 17 00:00:00 2001 From: RenewedKeys <75775165+RenewedKeys@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:03:28 -0600 Subject: [PATCH] Change Plexio image reference to 'plexio' --- apps/plexio/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plexio/compose.yaml b/apps/plexio/compose.yaml index ad97f76d..8150883b 100644 --- a/apps/plexio/compose.yaml +++ b/apps/plexio/compose.yaml @@ -1,6 +1,6 @@ services: plexio: - image: ghcr.io/vanchaxy/plexio + image: plexio container_name: plexio restart: unless-stopped build: @@ -48,4 +48,4 @@ services: retries: 3 profiles: - plexio - - all \ No newline at end of file + - all