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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,7 @@
25
25
### How to Build From Image ###
26
26
27
27
`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