Skip to content

Commit bb81d2e

Browse files
committed
*Add instructions for changing user/group ID
1 parent e10beab commit bb81d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@
2525
### How to Build From Image ###
2626

2727
`docker-compose`
28+
29+
### Setting Your User and Group ID ###
30+
31+
Due to how docker treats mounted volumes, the user and group ID of `www-data` must be changed at runtime to prevent a permissions hell. This is achieved by the `HOST_UID` and `HOST_GID`enviromental variables. Change these in `docker-compose.yml` or `docker-compose-build.yml` depending on what you want to do (build or download pre-made image from docker hub).

0 commit comments

Comments
 (0)