Skip to content

Commit

Permalink
*Add instructions for changing user/group ID
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Feb 13, 2016
1 parent e10beab commit bb81d2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
### How to Build From Image ###

`docker-compose`

### Setting Your User and Group ID ###

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 comments on commit bb81d2e

Please sign in to comment.