github ohmzi/Immaculaterr v1.0.0.532

latest releases: v1.7.9, v1.7.7, v1.7.6...
6 months ago

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:latest

Portainer

  1. In Portainer: Containers → select Immaculaterr
  2. Click Recreate
  3. Enable Re-pull image
  4. Click Recreate

Don't miss a new Immaculaterr release

NewReleases is sending notifications on new releases.