Skip to content

Fresh Arcane install not able to load website #12

@varadins

Description

@varadins

Greetings - I just installed Arcane using the docker compose wizard and did not make any other changes. I have started the container but am unable to load the site - it times out.

When looking at the logs, it's just repeating the same things over and over again. Can you please assist?

Entrypoint: Docker socket found with GID 1000
Entrypoint: Creating docker group with GID 1000...
addgroup: gid '1000' in use
Entrypoint: Setting up user and permissions...
Entrypoint: Using PUID=1000, PGID=1000, DOCKER_GID=998
Entrypoint: User arcane already exists with UID 1000
usermod: no changes
Entrypoint: Docker socket found with GID 1000
Entrypoint: Creating docker group with GID 1000...
addgroup: gid '1000' in use
Entrypoint: Setting up user and permissions...
Entrypoint: Using PUID=1000, PGID=1000, DOCKER_GID=998
Entrypoint: User arcane already exists with UID 1000
usermod: no changes
Entrypoint: Docker socket found with GID 1000
Entrypoint: Creating docker group with GID 1000...
addgroup: gid '1000' in use
Entrypoint: Setting up user and permissions...
Entrypoint: Using PUID=1000, PGID=1000, DOCKER_GID=998
Entrypoint: User arcane already exists with UID 1000
usermod: no changes
# Arcane Docker Compose Configuration
# Generated at 10/4/2025, 10:54:24 AM

services:
  arcane:
    image: ghcr.io/ofkm/arcane:latest
    container_name: arcane
    restart: unless-stopped
    ports:
      - 3552:3552
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - arcane-data:/app/data
    environment:
      - PUID=1000
      - PGID=1000
      - APP_URL=http://192.168.1.101:3552
      - ENCRYPTION_KEY=9d14ea5b446d92df01ac65e746f404decce5b9d99af800ae5ee72d8c565fe9ba
      - JWT_SECRET=d4f0dfe941632e589bc6a84fbcd123879e7952ffbcf07a30edb3aa7ea9612cde
      - DATABASE_URL=file:data/arcane.db?_pragma=journal_mode(WAL)&_pragma=busy_timeout(2500)&_txlock=immediate

volumes:
  arcane-data:
    driver: local

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions