Skip to content

Stuck at 🔥 Starting Apache... #90

@C-Fu

Description

@C-Fu

Good day,

After so long (I think last I was using v1.x) I updated to the latest version on my container, but everything is stuck at the Starting Apache... line.

WARN[0000] /root/filerise/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
filerise  | 🚀 Running start.sh...
filerise  | [startup] Normalizing ownership on uploads/metadata...
filerise  | [startup] VIRUS_SCAN_ENABLED=true
filerise  | [startup] Using virus scanner command: clamscan
filerise  | 🔄 Updating config.php from env vars...
filerise  | 🔄 Setting PHP upload limits to 10G
filerise  | [startup] Updating ClamAV signatures via freshclam...
filerise  | 🔄 Setting Apache LimitRequestBody to 10737418240 bytes
filerise  | [startup] Scanning uploads directory to build metadata...
filerise  | Done. Created 0 entries, pruned 0.
filerise  | 🔥 Starting Apache...

I've tried the latest (3 hours ago), v3.0.0, v2.12 all displays the same problem.

my compose:

version: "3.9"


services:
  filerise:
    image: error311/filerise-docker:v2.12.0
    container_name: filerise
    ports:
      - "8888:80"
    environment:
      TIMEZONE: "Asia/Kuala_Lumpur"
      TOTAL_UPLOAD_SIZE: "10G"
      SECURE: "false"
      PERSISTENT_TOKENS_KEY: "xxxxxxxxxxxxxx"
      SERVER_NAME: "xxx.xxx.com.my"
      SHARE_URL: "https://xxx.xxx.com.my"
      SCAN_ON_START: "true"   # auto-index existing files on startup
      CHOWN_ON_START: "true"  # fix permissions on uploads/users/metadata on startup
      VIRUS_SCAN_ENABLED: "true"
      CLAMAV_AUTO_UPDATE: "true"
      PUID: "99"
      PGID: "100"
      LOG_STREAM: "both"
#      FR_TRUSTED_PROXIES: "192.168.0.1/23"
    volumes:
      - ./uploads:/var/www/uploads:z
      - ./users:/var/www/users:z
      - ./metadata:/var/www/metadata:z

with or without :z, PUID:PGID to 99/100 (as per the www-data id in the container) or 0:0, it's all the same.

Thanks in advance!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions