Skip to content

Commit 5ea0996

Browse files
committed
more compoose
1 parent 47e46c4 commit 5ea0996

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/install/compose.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ docker-compose up -d
2222

2323
Here's an example minimal compose file. This works well, and all the defaults should work for you too.
2424
The [`user:` parameter](https://docs.docker.com/compose/compose-file/05-services/#user) controls
25-
the uid and gid that the app runs as. The default is root if you don't include it.
25+
the uid and gid that the app runs as. The default is root if you don't include it, but you should definitely
26+
include it, and set it correctly for your environment.
27+
Read the [Permissions section on the Docker page](docker#permissions) for more details.
2628

27-
Find your time zone [`TZ` identifier here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
29+
Find your time zone [`TZ` identifier here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones),
30+
and set `TZ` too so logs have the correct time stamp for you.
2831

2932
```yaml
3033
services:

0 commit comments

Comments
 (0)