You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its due to the container hardcoding the user ID and group ID, so your environment settings for PUID and PGID aren't being applied, and the UID 1000 / GID 1000 permissions aren't allowing the config file to be created/read on the bind mount.
You could set /opt/seedsync/data to be owned by 1000:1000 (and if needed add the group to your user to manage or adjust permissions)
Seems relatively useful to implement that environment support but I'm not sure if the project is active.
Running seedsync in a Docker container.
Docker-compose as follows (partially redacted):
When running docker compose up, the following error is shown:
The text was updated successfully, but these errors were encountered: