v1.29.0_42-dev #694
alextran1502
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking change
#651 Breaking Change
immich-proxy
switched from using port80
which was used inside of the container to8080
to drop dependency on a privileged user inside the container. This reduces a potential security risk of someone being able to impersonate that user on the host.As a result you will need to change your
docker-compose.yaml
to reflect this change, by changing the port-binding fromto
re-running
curl -o- https://raw.githubusercontent.com/immich-app/immich/main/install.sh | bash
will also ensure you get the latest version of the docker-compose.yaml
a full example of the always-up-to-date docker-compose.yaml can be found in our repo
What's Changed
exif
table andasset
table by @alextran1502 in fix(server): mismatch createdAt value inexif
table andasset
table #688New Contributors
Full Changelog: v1.28.4_41-dev...v1.29.0_42-dev
This discussion was created from the release v1.29.0_42-dev.
Beta Was this translation helpful? Give feedback.
All reactions