What's Changed
- Resolving the issues raised in issue 113 and 114
- Fixed shared library user's username in collection's title
Full Changelog: https://github.com/ohmzi/Immaculaterr/compare/v1.5.2..v1.5.6
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