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