Skip to content
Discussion options

You must be logged in to vote

Don't try to go to 7.0.1, go directly to 7.6.4.

The early versions of 7.0, 7.1 and 7.2 had some issues with the PUID GUID which is probably why it is not working.

- /srv/lychee/storage/app:/app/storage/app is not necessary.
- /srv/lychee/conf/.env:/app/.env if you put the value in your .env in the env section of your docker compose you don't need the .env file anymore.

Given that you have PGID=1000 and PUID=1000 you will need to make sure that your database file, and upload folders are read/writable. If you have lots of pictures, you may want to skip the check with SKIP_PERMISSIONS_CHECKS: "yes" (note that this requires that you have properly set the access rights).

Also here is why you d…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ildyria
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants