Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with UID & GID info #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This automatically creates the following bind mounts:

### Permissions

In the container the webserver runs as the http user (UID and GID 33). If you created the directories manually, it is important to ensure that the Ampache Configuration, and log directories are readable and writeable by that user.
If not specified, the webserver in the container runs as the http user (UID and GID 33). If you created the directories manually, it is important to ensure that the Ampache Configuration, and log directories are readable and writeable by that user.

```bash
chown 33:33 ./data/config -R
Expand All @@ -56,6 +56,8 @@ Optionally, the media directory should be writable as if you wish to allow uploa
chgrp 33 ./data/media && chmod g+w ./data/media
```

If you need another `UID` or `GID` you can specify them via the corresponding environment variables.

## Image Variants

For more advanced users a few different image variants are available.
Expand Down