From cbb7442f62b887a10a5f59129ae28ce36a91773d Mon Sep 17 00:00:00 2001 From: jackfinn3y Date: Mon, 10 Nov 2025 22:00:03 +1100 Subject: [PATCH] fix(arcane): Update Docker image repository location (#53) Updated Arcane's GHCR repository location as it has moved from ofkm/arcane to getarcaneapp/arcane. --- apps/arcane/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/arcane/compose.yaml b/apps/arcane/compose.yaml index f911ac7..0fa931b 100644 --- a/apps/arcane/compose.yaml +++ b/apps/arcane/compose.yaml @@ -1,6 +1,6 @@ services: arcane: - image: ghcr.io/ofkm/arcane:latest + image: ghcr.io/getarcaneapp/arcane:latest container_name: arcane restart: unless-stopped expose: @@ -24,4 +24,4 @@ services: - ${DOCKER_DATA_DIR}/arcane:/app/data profiles: - arcane - - all \ No newline at end of file + - all