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
Running the container as a user other than root (as highly recommended for security reasons) results in several errors as the various startup scripts attempt to "fix" permissions, causing more issues as a result.
Additionally, the UID and GID environment variables are not defined, however setting them in attempt to resolve the above issues simply causes more errors.
Running the container as a user other than root (as highly recommended for security reasons) results in several errors as the various startup scripts attempt to "fix" permissions, causing more issues as a result.
The causes of this appear to be:
ampache-docker/data/bin/docker-entrypoint.sh
Line 16 in f3cc489
ampache-docker/data/bin/run.sh
Line 6 in f3cc489
ampache-docker/data/supervisord/supervisord.conf
Line 3 in f3cc489
Additionally, the UID and GID environment variables are not defined, however setting them in attempt to resolve the above issues simply causes more errors.
ampache-docker/data/bin/docker-entrypoint.sh
Line 6 in f3cc489
The text was updated successfully, but these errors were encountered: