fix(arcane): Update Docker image repository location (#53)

Updated Arcane's GHCR repository location as it has moved from ofkm/arcane to getarcaneapp/arcane.
This commit is contained in:
jackfinn3y
2025-11-10 22:00:03 +11:00
committed by GitHub
parent fe0c50fc8f
commit cbb7442f62
+2 -2
View File
@@ -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
- all