services:
photon:
image: rtuszik/photon-docker:latest
container_name: photon
restart: unless-stopped
environment:
TZ: Europe/Berlin
REGION: de
DOWNLOAD_MAX_RETRIES: 10
BASE_URL: https://download1.graphhopper.com/public
ENABLE_METRICS: TRUE
# Optional update check interval
UPDATE_INTERVAL: 30d
UPDATE_STRATEGY: PARALLEL
ports:
- "2322:2322"
volumes:
- /opt/photon/data:/photon/photon_data
2026-05-21 22:57:32,634 - root - INFO - Download completed: 5.39GB in 481.7s (8.0m) at 96.2 Mbps
2026-05-21 22:57:32,636 - root - INFO - Extracting Index
2026-05-21 22:58:04,852 - root - ERROR - Index extraction failed with return code 2
2026-05-21 22:58:04,852 - root - ERROR - Command: lbzip2 -d -c /photon/data/temp/photon-db-latest.tar.bz2 | tar x -o -C /photon/data/temp
2026-05-21 22:58:04,852 - root - ERROR - Stdout:
2026-05-21 22:58:04,852 - root - ERROR - Stderr: lbzip2: "/photon/data/temp/photon-db-latest.tar.bz2": compressed data error: block CRC mismatch
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
2026-05-21 22:58:04,852 - root - CRITICAL - FATAL: Update process failed with an error: Command 'lbzip2 -d -c /photon/data/temp/photon-db-latest.tar.bz2 | tar x -o -C /photon/data/temp' returned non-zero exit status 2.
2026-05-21 22:58:04,852 - root - CRITICAL - Aborting script.
2026-05-21 22:58:04,882 - root - ERROR - Setup failed!
Building photon-docker @ file:///photon
Built photon-docker @ file:///photon
Uninstalled 1 package in 0.30ms
Installed 1 package in 0.62ms
2026-05-21 22:58:05,847 - root - INFO - Photon Manager starting...
Describe the bug
I installed a fresh container, the initial download completes and then fails while extracting with the following error:
data error: block CRC mismatchphoton-dockerconfiguration:Debug Logs