September 1, 20232 yr Hi, I installed an application from dockerhub. I configured everything and it is running, however the webui of the application is giving me an error: How can i make this compatible with the image/container? (note: /data is mounted into /mnt/cache/appdata/application) I experimented with variables PUID, PGID, UMASK but could not make it work.
September 1, 20232 yr Author I don't know if this is how it should be done, but this command makes it work: chown 1000:1000 /mnt/cache/appdata/application
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.