Changes
- Replace Radix Select with a lightweight glass dropdown to prevent the composeRefs ref-loop that blanked the Observatory route.
Full Changelog: v1.0.0.530...v1.0.0.532
Updating
Docker
docker pull ohmzii/immaculaterr:latest
docker rm -f Immaculaterr 2>/dev/null || true
docker run -d \
--name Immaculaterr \
--network host \
-e HOST=0.0.0.0 \
-e PORT=5454 \
-e APP_DATA_DIR=/data \
-e DATABASE_URL=file:/data/tcp.sqlite \
-v immaculaterr-data:/data \
--restart unless-stopped \
ohmzii/immaculaterr:latestPortainer
- In Portainer: Containers → select Immaculaterr
- Click Recreate
- Enable Re-pull image
- Click Recreate